Html Css Color HEX #359E66 Eucalyptus

📋 copy color: '#359E66'

red 53 ◦ green 158 ◦ blue 102

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

Shades of Eucalyptus #359E66

Tints of Eucalyptus #359E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 16.93%
G = 50.48%
B = 32.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#359E66 (or 0x359E66) is known color: Eucalyptus. HEX triplet: 35, 9E and 66. RGB value is (53,158,102). Sum of RGB (Red+Green+Blue) = 53+158+102=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #359E66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E66 is #CA6199. Grayscale: #787878. Windows color (decimal): -13263258 or 6725173. OLE color: 6725173.

HSL color Cylindrical-coordinate representation of color #359E66: hue angle of 148º 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 #359E66 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 158 102 -
CMYK 0.66 0 0.35 0.38
HSL 148º 0.5% 0.41% -
HSV(B) 148º 0.66% 0.62% -
XYZ 16.09 26.17 16.77 -
YUV 120.22 117.71 80.05 -
System Red Green Blue C M Y K H S L
Decimal 53 158 102 0.66 0 0.35 0.38 148 0.5 0.41
Hex 35 9E 66 42 0 23 26 94 32 29
Octal 65 236 146 102 0 43 46 224 62 51
Binary 110101 10011110 1100110 1000010 0 100011 100110 10010100 110010 101001

Color Harmonies of #359E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359E66

Black with #359E66

Text Example


Text Example

White with #359E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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