#20A362

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

Shades of Eucalyptus #20A362

Tints of Eucalyptus #20A362

Color information

#20A362 (or 0x20A362) is unknown color: approx Eucalyptus. HEX triplet: 20, A3 and 62. RGB value is (32,163,98). Sum of RGB (Red+Green+Blue) = 32+163+98=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #20A362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A362 is #DF5C9D. Grayscale: #747474. Windows color (decimal): -14638238 or 6464288. OLE color: 6464288.

HSL color Cylindrical-coordinate representation of color #20A362: hue angle of 150.23º 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 #20A362 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB3216398-
CMYK0.8000.400.36
HSL150.23º67.18%38.24%-
HSV(B)150.23º80.37%63.92%-
XYZ15.927.3816-
YUV116.42117.667.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 163 (64.06% from 255) = 55.63%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=10.92%
G=55.63%
B=33.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32163980.8000.400.36150.2367.1838.24
Hex20A3625002824964326
Octal402431421200504422610346
Binary10000010100011110001010100000101000100100100101101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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