#359D6E

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

Shades of Eucalyptus #359D6E

Tints of Eucalyptus #359D6E

Color information

#359D6E (or 0x359D6E) is unknown color: approx Eucalyptus. HEX triplet: 35, 9D and 6E. RGB value is (53,157,110). Sum of RGB (Red+Green+Blue) = 53+157+110=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #359D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D6E is #CA6291. Grayscale: #787878. Windows color (decimal): -13263506 or 7249205. OLE color: 7249205.

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

Color convert

RGB53157110-
CMYK0.6600.300.38
HSL152.88º49.52%41.18%-
HSV(B)152.88º66.24%61.57%-
XYZ16.342618.91-
YUV120.55122.0479.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 157 (61.72% from 255) = 49.06%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=16.56%
G=49.06%
B=34.38%

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
Decimal531571100.6600.300.38152.8849.5241.18
Hex359D6E4201E26993229
Octal65235156102036462316251
Binary110101100111011101110100001001111010011010011001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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