#20A358

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

Shades of Eucalyptus #20A358

Tints of Eucalyptus #20A358

Color information

#20A358 (or 0x20A358) is unknown color: approx Eucalyptus. HEX triplet: 20, A3 and 58. RGB value is (32,163,88). Sum of RGB (Red+Green+Blue) = 32+163+88=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #20A358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A358 is #DF5CA7. Grayscale: #737373. Windows color (decimal): -14638248 or 5808928. OLE color: 5808928.

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

Color convert

RGB3216388-
CMYK0.8000.460.36
HSL145.65º67.18%38.24%-
HSV(B)145.65º80.37%63.92%-
XYZ15.4527.2113.67-
YUV115.28112.668.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.31%
GREEN value IS 163 (64.06% from 255) = 57.60%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=11.31%
G=57.60%
B=31.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32163880.8000.460.36145.6567.1838.24
Hex20A3585002E24924326
Octal402431301200564422210346
Binary10000010100011101100010100000101110100100100100101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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