#359F66

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

Shades of Eucalyptus #359F66

Tints of Eucalyptus #359F66

Color information

#359F66 (or 0x359F66) is unknown color: approx Eucalyptus. HEX triplet: 35, 9F and 66. RGB value is (53,159,102). Sum of RGB (Red+Green+Blue) = 53+159+102=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #359F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F66 is #CA6099. Grayscale: #787878. Windows color (decimal): -13263002 or 6725429. OLE color: 6725429.

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

Color convert

RGB53159102-
CMYK0.6700.360.38
HSL147.74º50%41.57%-
HSV(B)147.74º66.67%62.35%-
XYZ16.2626.5116.83-
YUV120.81117.3879.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 159 (62.5% from 255) = 50.64%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=16.88%
G=50.64%
B=32.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531591020.6700.360.38147.745041.57
Hex359F66430242694322a
Octal65237146103044462246252
Binary1101011001111111001101000011010010010011010010100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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