#209F64

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

Shades of Eucalyptus #209F64

Tints of Eucalyptus #209F64

Color information

#209F64 (or 0x209F64) is unknown color: approx Eucalyptus. HEX triplet: 20, 9F and 64. RGB value is (32,159,100). Sum of RGB (Red+Green+Blue) = 32+159+100=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #209F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F64 is #DF609B. Grayscale: #727272. Windows color (decimal): -14639260 or 6594336. OLE color: 6594336.

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

Color convert

RGB32159100-
CMYK0.8000.370.38
HSL152.13º66.49%37.45%-
HSV(B)152.13º79.87%62.35%-
XYZ15.2926.0216.27-
YUV114.3119.9269.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 159 (62.5% from 255) = 54.64%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=11.00%
G=54.64%
B=34.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321591000.8000.370.38152.1366.4937.45
Hex209F645002526984225
Octal402371441200454623010245
Binary10000010011111110010010100000100101100110100110001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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