#359D6B

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

Shades of Eucalyptus #359D6B

Tints of Eucalyptus #359D6B

Color information

#359D6B (or 0x359D6B) is unknown color: approx Eucalyptus. HEX triplet: 35, 9D and 6B. RGB value is (53,157,107). Sum of RGB (Red+Green+Blue) = 53+157+107=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #359D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D6B is #CA6294. Grayscale: #787878. Windows color (decimal): -13263509 or 7052597. OLE color: 7052597.

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

Color convert

RGB53157107-
CMYK0.6600.320.38
HSL151.15º49.52%41.18%-
HSV(B)151.15º66.24%61.57%-
XYZ16.1825.9318.06-
YUV120.2120.5480.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 157 (61.72% from 255) = 49.53%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=16.72%
G=49.53%
B=33.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531571070.6600.320.38151.1549.5241.18
Hex359D6B4202026973229
Octal65235153102040462276251
Binary1101011001110111010111000010010000010011010010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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