Shades of Eucalyptus #20B353
Tints of Eucalyptus #20B353
RGB
CMYK
RGB Variations
Color information
#20B353 (or 0x20B353) is known color: Eucalyptus. HEX triplet: 20, B3 and 53. RGB value is (32,179,83). Sum of RGB (Red+Green+Blue) = 32+179+83=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #20B353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B353 is #DF4CAC. Grayscale: #7C7C7C. Windows color (decimal): -14634157 or 5485344. OLE color: 5485344.
HSL color Cylindrical-coordinate representation of color #20B353: hue angle of 140.82º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B353 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 179 | 83 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.30 |
| HSL | 140.82º | 0.7% | 0.41% | - |
| HSV(B) | 140.82º | 0.82% | 0.7% | - |
| XYZ | 18.28 | 33.17 | 13.62 | - |
| YUV | 124.1 | 104.8 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 83 | 0.82 | 0 | 0.54 | 0.30 | 140.82 | 0.7 | 0.41 |
| Hex | 20 | B3 | 53 | 52 | 0 | 36 | 1E | 8D | 46 | 29 |
| Octal | 40 | 263 | 123 | 122 | 0 | 66 | 36 | 215 | 106 | 51 |
| Binary | 100000 | 10110011 | 1010011 | 1010010 | 0 | 110110 | 11110 | 10001101 | 1000110 | 101001 |
Color Harmonies of #20B353
Complementary color
Monochromatic Colors of #20B353
Black with #20B353
Text Example
Text Example
White with #20B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B353; }
p { color: rgb(32,179,83); }
H1.HeaderClassName
{
color: #20B353;
}
.AnyTagClassName
{
color: #20B353;
}
</style>
background-color css
<style>
a { background-color: #20B353; }
a { background-color: rgb(32,179,83); }
div.DivClassName
{
background-color: #20B353;
}
.BgClassName
{
background-color: #20B353;
}
</style>
border-color css
<style>
span { border-color: #20B353; }
span { border-color: rgb(32,179,83); }
td.TdClassName
{
border-color: #20B353;
}
.TagClassName
{
border-color: #20B353;
}
</style>