#359E72

Color #359E72 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #359E72

Tints of Eucalyptus #359E72

Color information

#359E72 (or 0x359E72) is unknown color: approx Eucalyptus. HEX triplet: 35, 9E and 72. RGB value is (53,158,114). Sum of RGB (Red+Green+Blue) = 53+158+114=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #359E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E72 is #CA618D. Grayscale: #797979. Windows color (decimal): -13263246 or 7511605. OLE color: 7511605.

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

Color convert

RGB53158114-
CMYK0.6600.280.38
HSL154.86º49.76%41.37%-
HSV(B)154.86º66.46%61.96%-
XYZ16.7326.4320.14-
YUV121.59123.7179.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 158 (62.11% from 255) = 48.62%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=16.31%
G=48.62%
B=35.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531581140.6600.280.38154.8649.7641.37
Hex359E724201C269b3229
Octal65236162102034462336251
Binary110101100111101110010100001001110010011010011011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #359E72;
 }
 .AnyTagClassName
 {
   color: #359E72;
 }
</style>
background-color css

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

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

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

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

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

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