#209F54

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

Shades of Eucalyptus #209F54

Tints of Eucalyptus #209F54

Color information

#209F54 (or 0x209F54) is unknown color: approx Eucalyptus. HEX triplet: 20, 9F and 54. RGB value is (32,159,84). Sum of RGB (Red+Green+Blue) = 32+159+84=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #209F54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F54 is #DF60AB. Grayscale: #707070. Windows color (decimal): -14639276 or 5545760. OLE color: 5545760.

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

Color convert

RGB3215984-
CMYK0.8000.470.38
HSL144.57º66.49%37.45%-
HSV(B)144.57º79.87%62.35%-
XYZ14.5925.7412.59-
YUV112.48111.9270.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 159 (62.5% from 255) = 57.82%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=11.64%
G=57.82%
B=30.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32159840.8000.470.38144.5766.4937.45
Hex209F545002F26914225
Octal402371241200574622110245
Binary10000010011111101010010100000101111100110100100011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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