#359E6D

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

Shades of Eucalyptus #359E6D

Tints of Eucalyptus #359E6D

Color information

#359E6D (or 0x359E6D) is unknown color: approx Eucalyptus. HEX triplet: 35, 9E and 6D. RGB value is (53,158,109). Sum of RGB (Red+Green+Blue) = 53+158+109=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #359E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E6D is #CA6192. Grayscale: #797979. Windows color (decimal): -13263251 or 7183925. OLE color: 7183925.

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

Color convert

RGB53158109-
CMYK0.6600.310.38
HSL152º49.76%41.37%-
HSV(B)152º66.46%61.96%-
XYZ16.4626.3118.68-
YUV121.02121.2179.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 158 (62.11% from 255) = 49.38%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=16.56%
G=49.38%
B=34.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531581090.6600.310.3815249.7641.37
Hex359E6D4201F26983229
Octal65236155102037462306251
Binary110101100111101101101100001001111110011010011000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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