#20A36D

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

Shades of Eucalyptus #20A36D

Tints of Eucalyptus #20A36D

Color information

#20A36D (or 0x20A36D) is unknown color: approx Eucalyptus. HEX triplet: 20, A3 and 6D. RGB value is (32,163,109). Sum of RGB (Red+Green+Blue) = 32+163+109=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #20A36D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A36D is #DF5C92. Grayscale: #757575. Windows color (decimal): -14638227 or 7185184. OLE color: 7185184.

HSL color Cylindrical-coordinate representation of color #20A36D: hue angle of 155.27º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A36D is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB32163109-
CMYK0.8000.330.36
HSL155.27º67.18%38.24%-
HSV(B)155.27º80.37%63.92%-
XYZ16.4527.6118.93-
YUV117.68123.166.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 163 (64.06% from 255) = 53.62%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=10.53%
G=53.62%
B=35.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321631090.8000.330.36155.2767.1838.24
Hex20A36D50021249b4326
Octal402431551200414423310346
Binary10000010100011110110110100000100001100100100110111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20A36D; }

 p { color: rgb(32,163,109); }

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

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

 a { background-color: rgb(32,163,109); }

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

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

 span { border-color: rgb(32,163,109); }

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