#359E69

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

Shades of Eucalyptus #359E69

Tints of Eucalyptus #359E69

Color information

#359E69 (or 0x359E69) is unknown color: approx Eucalyptus. HEX triplet: 35, 9E and 69. RGB value is (53,158,105). Sum of RGB (Red+Green+Blue) = 53+158+105=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #359E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E69 is #CA6196. Grayscale: #787878. Windows color (decimal): -13263255 or 6921781. OLE color: 6921781.

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

Color convert

RGB53158105-
CMYK0.6600.340.38
HSL149.71º49.76%41.37%-
HSV(B)149.71º66.46%61.96%-
XYZ16.2426.2317.57-
YUV120.56119.2179.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 158 (62.11% from 255) = 50%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=16.77%
G=50%
B=33.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531581050.6600.340.38149.7149.7641.37
Hex359E694202226963229
Octal65236151102042462266251
Binary1101011001111011010011000010010001010011010010110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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