#359E6F

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

Shades of Eucalyptus #359E6F

Tints of Eucalyptus #359E6F

Color information

#359E6F (or 0x359E6F) is unknown color: approx Eucalyptus. HEX triplet: 35, 9E and 6F. RGB value is (53,158,111). Sum of RGB (Red+Green+Blue) = 53+158+111=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #359E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E6F is #CA6190. Grayscale: #797979. Windows color (decimal): -13263249 or 7314997. OLE color: 7314997.

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

Color convert

RGB53158111-
CMYK0.6600.300.38
HSL153.14º49.76%41.37%-
HSV(B)153.14º66.46%61.96%-
XYZ16.5626.3619.25-
YUV121.25122.2179.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 158 (62.11% from 255) = 49.07%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=16.46%
G=49.07%
B=34.47%

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
Decimal531581110.6600.300.38153.1449.7641.37
Hex359E6F4201E26993229
Octal65236157102036462316251
Binary110101100111101101111100001001111010011010011001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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