#209F53

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

Shades of Eucalyptus #209F53

Tints of Eucalyptus #209F53

Color information

#209F53 (or 0x209F53) is unknown color: approx Eucalyptus. HEX triplet: 20, 9F and 53. RGB value is (32,159,83). Sum of RGB (Red+Green+Blue) = 32+159+83=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #209F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F53 is #DF60AC. Grayscale: #707070. Windows color (decimal): -14639277 or 5480224. OLE color: 5480224.

HSL color Cylindrical-coordinate representation of color #209F53: hue angle of 144.09º 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 #209F53 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB3215983-
CMYK0.8000.480.38
HSL144.09º66.49%37.45%-
HSV(B)144.09º79.87%62.35%-
XYZ14.5625.7312.38-
YUV112.36111.4270.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 159 (62.5% from 255) = 58.03%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=11.68%
G=58.03%
B=30.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32159830.8000.480.38144.0966.4937.45
Hex209F535003026904225
Octal402371231200604622010245
Binary10000010011111101001110100000110000100110100100001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,159,83); }

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

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

 a { background-color: rgb(32,159,83); }

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

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

 span { border-color: rgb(32,159,83); }

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