#359E5D

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

Shades of Eucalyptus #359E5D

Tints of Eucalyptus #359E5D

Color information

#359E5D (or 0x359E5D) is unknown color: approx Eucalyptus. HEX triplet: 35, 9E and 5D. RGB value is (53,158,93). Sum of RGB (Red+Green+Blue) = 53+158+93=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #359E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E5D is #CA61A2. Grayscale: #777777. Windows color (decimal): -13263267 or 6135349. OLE color: 6135349.

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

Color convert

RGB5315893-
CMYK0.6600.410.38
HSL142.86º49.76%41.37%-
HSV(B)142.86º66.46%61.96%-
XYZ15.672614.55-
YUV119.2113.2180.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 158 (62.11% from 255) = 51.97%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=17.43%
G=51.97%
B=30.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53158930.6600.410.38142.8649.7641.37
Hex359E5D42029268f3229
Octal65236135102051462176251
Binary1101011001111010111011000010010100110011010001111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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