#359A72

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

Shades of Eucalyptus #359A72

Tints of Eucalyptus #359A72

Color information

#359A72 (or 0x359A72) is unknown color: approx Eucalyptus. HEX triplet: 35, 9A and 72. RGB value is (53,154,114). Sum of RGB (Red+Green+Blue) = 53+154+114=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #359A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A72 is #CA658D. Grayscale: #777777. Windows color (decimal): -13264270 or 7510581. OLE color: 7510581.

HSL color Cylindrical-coordinate representation of color #359A72: hue angle of 156.24º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A72 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB53154114-
CMYK0.6600.260.40
HSL156.24º48.79%40.59%-
HSV(B)156.24º65.58%60.39%-
XYZ16.0625.0819.91-
YUV119.24125.0480.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 154 (60.55% from 255) = 47.98%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=16.51%
G=47.98%
B=35.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531541140.6600.260.40156.2448.7940.59
Hex359A724201A289c3129
Octal65232162102032502346151
Binary110101100110101110010100001001101010100010011100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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