#359D5D

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

Shades of Eucalyptus #359D5D

Tints of Eucalyptus #359D5D

Color information

#359D5D (or 0x359D5D) is unknown color: approx Eucalyptus. HEX triplet: 35, 9D and 5D. RGB value is (53,157,93). Sum of RGB (Red+Green+Blue) = 53+157+93=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #359D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D5D is #CA62A2. Grayscale: #767676. Windows color (decimal): -13263523 or 6135093. OLE color: 6135093.

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

Color convert

RGB5315793-
CMYK0.6600.410.38
HSL143.08º49.52%41.18%-
HSV(B)143.08º66.24%61.57%-
XYZ15.525.6614.49-
YUV118.61113.5481.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 157 (61.72% from 255) = 51.82%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=17.49%
G=51.82%
B=30.69%

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
Decimal53157930.6600.410.38143.0849.5241.18
Hex359D5D42029268f3229
Octal65235135102051462176251
Binary1101011001110110111011000010010100110011010001111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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