#359E6E

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

Shades of Eucalyptus #359E6E

Tints of Eucalyptus #359E6E

Color information

#359E6E (or 0x359E6E) is unknown color: approx Eucalyptus. HEX triplet: 35, 9E and 6E. RGB value is (53,158,110). Sum of RGB (Red+Green+Blue) = 53+158+110=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #359E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E6E is #CA6191. Grayscale: #797979. Windows color (decimal): -13263250 or 7249461. OLE color: 7249461.

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

Color convert

RGB53158110-
CMYK0.6600.300.38
HSL152.57º49.76%41.37%-
HSV(B)152.57º66.46%61.96%-
XYZ16.5126.3418.97-
YUV121.13121.7179.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=16.51%
G=49.22%
B=34.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531581100.6600.300.38152.5749.7641.37
Hex359E6E4201E26993229
Octal65236156102036462316251
Binary110101100111101101110100001001111010011010011001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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