Html Css Color HEX #359E5E Eucalyptus

📋 copy color: '#359E5E'

red 53 ◦ green 158 ◦ blue 94

#359E5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #359E5E

Tints of Eucalyptus #359E5E

RGB

 RED value IS 53 (21.09% from 255) = 17.38%

 GREEN value IS 158 (62.11% from 255) = 51.8%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 17.38%
G = 51.8%
B = 30.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#359E5E (or 0x359E5E) is known color: Eucalyptus. HEX triplet: 35, 9E and 5E. RGB value is (53,158,94). Sum of RGB (Red+Green+Blue) = 53+158+94=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #359E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E5E is #CA61A1. Grayscale: #777777. Windows color (decimal): -13263266 or 6200885. OLE color: 6200885.

HSL color Cylindrical-coordinate representation of color #359E5E: hue angle of 143.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E5E is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 158 94 -
CMYK 0.66 0 0.41 0.38
HSL 143.43º 0.5% 0.41% -
HSV(B) 143.43º 0.66% 0.62% -
XYZ 15.72 26.02 14.78 -
YUV 119.31 113.71 80.7 -
System Red Green Blue C M Y K H S L
Decimal 53 158 94 0.66 0 0.41 0.38 143.43 0.5 0.41
Hex 35 9E 5E 42 0 29 26 8F 32 29
Octal 65 236 136 102 0 51 46 217 62 51
Binary 110101 10011110 1011110 1000010 0 101001 100110 10001111 110010 101001

Color Harmonies of #359E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359E5E

Black with #359E5E

Text Example


Text Example

White with #359E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359E5E; }

 p { color: rgb(53,158,94); }

 H1.HeaderClassName
 {
   color: #359E5E;
 }
 .AnyTagClassName
 {
   color: #359E5E;
 }
</style>

background-color css

<style>
 a { background-color: #359E5E; }

 a { background-color: rgb(53,158,94); }

 div.DivClassName
 {
   background-color: #359E5E;
 }
 .BgClassName
 {
   background-color: #359E5E;
 }
</style>

border-color css

<style>
 span { border-color: #359E5E; }

 span { border-color: rgb(53,158,94); }

 td.TdClassName
 {
   border-color: #359E5E;
 }
 .TagClassName
 {
   border-color: #359E5E;
 }
</style>