#359860

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

Shades of Eucalyptus #359860

Tints of Eucalyptus #359860

Color information

#359860 (or 0x359860) is unknown color: approx Eucalyptus. HEX triplet: 35, 98 and 60. RGB value is (53,152,96). Sum of RGB (Red+Green+Blue) = 53+152+96=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #359860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359860 is #CA679F. Grayscale: #747474. Windows color (decimal): -13264800 or 6330421. OLE color: 6330421.

HSL color Cylindrical-coordinate representation of color #359860: hue angle of 146.06º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359860 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB5315296-
CMYK0.6500.370.40
HSL146.06º48.29%40.2%-
HSV(B)146.06º65.13%59.61%-
XYZ14.8124.0614.93-
YUV116.01116.783.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=17.61%
G=50.50%
B=31.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152960.6500.370.40146.0648.2940.2
Hex3598604102528923028
Octal65230140101045502226050
Binary1101011001100011000001000001010010110100010010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359860; }

 p { color: rgb(53,152,96); }

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

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

 a { background-color: rgb(53,152,96); }

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

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

 span { border-color: rgb(53,152,96); }

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