#359557

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

Shades of Eucalyptus #359557

Tints of Eucalyptus #359557

Color information

#359557 (or 0x359557) is unknown color: approx Eucalyptus. HEX triplet: 35, 95 and 57. RGB value is (53,149,87). Sum of RGB (Red+Green+Blue) = 53+149+87=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #359557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359557 is #CA6AA8. Grayscale: #717171. Windows color (decimal): -13265577 or 5739829. OLE color: 5739829.

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

Color convert

RGB5314987-
CMYK0.6400.420.42
HSL141.25º47.52%39.61%-
HSV(B)141.25º64.43%58.43%-
XYZ13.9422.9412.71-
YUV113.23113.285.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=18.34%
G=51.56%
B=30.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53149870.6400.420.42141.2547.5239.61
Hex3595574002A2A8d3028
Octal65225127100052522156050
Binary1101011001010110101111000000010101010101010001101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359557; }

 p { color: rgb(53,149,87); }

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

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

 a { background-color: rgb(53,149,87); }

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

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

 span { border-color: rgb(53,149,87); }

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