#20A360

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

Shades of Eucalyptus #20A360

Tints of Eucalyptus #20A360

Color information

#20A360 (or 0x20A360) is unknown color: approx Eucalyptus. HEX triplet: 20, A3 and 60. RGB value is (32,163,96). Sum of RGB (Red+Green+Blue) = 32+163+96=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #20A360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A360 is #DF5C9F. Grayscale: #747474. Windows color (decimal): -14638240 or 6333216. OLE color: 6333216.

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

Color convert

RGB3216396-
CMYK0.8000.410.36
HSL149.31º67.18%38.24%-
HSV(B)149.31º80.37%63.92%-
XYZ15.827.3515.51-
YUV116.19116.667.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 163 (64.06% from 255) = 56.01%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=11.00%
G=56.01%
B=32.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32163960.8000.410.36149.3167.1838.24
Hex20A3605002924954326
Octal402431401200514422510346
Binary10000010100011110000010100000101001100100100101011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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