#20B555

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

Shades of Eucalyptus #20B555

Tints of Eucalyptus #20B555

Color information

#20B555 (or 0x20B555) is unknown color: approx Eucalyptus. HEX triplet: 20, B5 and 55. RGB value is (32,181,85). Sum of RGB (Red+Green+Blue) = 32+181+85=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #20B555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B555 is #DF4AAA. Grayscale: #7D7D7D. Windows color (decimal): -14633643 or 5616928. OLE color: 5616928.

HSL color Cylindrical-coordinate representation of color #20B555: hue angle of 141.34º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B555 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB3218185-
CMYK0.8200.530.29
HSL141.34º69.95%41.76%-
HSV(B)141.34º82.32%70.98%-
XYZ18.7634.0114.17-
YUV125.5105.1461.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.74%
GREEN value IS 181 (71.09% from 255) = 60.74%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=10.74%
G=60.74%
B=28.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32181850.8200.530.29141.3469.9541.76
Hex20B555520351D8d462a
Octal402651251220653521510652
Binary1000001011010110101011010010011010111101100011011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,181,85); }

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

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

 a { background-color: rgb(32,181,85); }

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

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

 span { border-color: rgb(32,181,85); }

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