#209D54

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

Shades of Eucalyptus #209D54

Tints of Eucalyptus #209D54

Color information

#209D54 (or 0x209D54) is unknown color: approx Eucalyptus. HEX triplet: 20, 9D and 54. RGB value is (32,157,84). Sum of RGB (Red+Green+Blue) = 32+157+84=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #209D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D54 is #DF62AB. Grayscale: #6F6F6F. Windows color (decimal): -14639788 or 5545248. OLE color: 5545248.

HSL color Cylindrical-coordinate representation of color #209D54: hue angle of 144.96º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209D54 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB3215784-
CMYK0.8000.460.38
HSL144.96º66.14%37.06%-
HSV(B)144.96º79.62%61.57%-
XYZ14.2525.0612.47-
YUV111.3112.5971.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 157 (61.72% from 255) = 57.51%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=11.72%
G=57.51%
B=30.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32157840.8000.460.38144.9666.1437.06
Hex209D545002E26914225
Octal402351241200564622110245
Binary10000010011101101010010100000101110100110100100011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209D54; }

 p { color: rgb(32,157,84); }

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

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

 a { background-color: rgb(32,157,84); }

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

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

 span { border-color: rgb(32,157,84); }

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