#359360

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

Shades of Eucalyptus #359360

Tints of Eucalyptus #359360

Color information

#359360 (or 0x359360) is unknown color: approx Eucalyptus. HEX triplet: 35, 93 and 60. RGB value is (53,147,96). Sum of RGB (Red+Green+Blue) = 53+147+96=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #359360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359360 is #CA6C9F. Grayscale: #717171. Windows color (decimal): -13266080 or 6329141. OLE color: 6329141.

HSL color Cylindrical-coordinate representation of color #359360: hue angle of 147.45º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359360 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB5314796-
CMYK0.6400.350.42
HSL147.45º47%39.22%-
HSV(B)147.45º63.95%57.65%-
XYZ14.0122.4714.66-
YUV113.08118.3685.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 147 (57.81% from 255) = 49.66%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=17.91%
G=49.66%
B=32.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147960.6400.350.42147.454739.22
Hex359360400232A932f27
Octal65223140100043522235747
Binary1101011001001111000001000000010001110101010010011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359360; }

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

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

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

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

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

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

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

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