Shades of Eucalyptus #20B455
Tints of Eucalyptus #20B455
RGB
CMYK
RGB Variations
Color information
#20B455 (or 0x20B455) is known color: Eucalyptus. HEX triplet: 20, B4 and 55. RGB value is (32,180,85). Sum of RGB (Red+Green+Blue) = 32+180+85=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #20B455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B455 is #DF4BAA. Grayscale: #7D7D7D. Windows color (decimal): -14633899 or 5616672. OLE color: 5616672.
HSL color Cylindrical-coordinate representation of color #20B455: hue angle of 141.49º 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 #20B455 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 180 | 85 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.29 |
| HSL | 141.49º | 0.7% | 0.42% | - |
| HSV(B) | 141.49º | 0.82% | 0.71% | - |
| XYZ | 18.56 | 33.61 | 14.1 | - |
| YUV | 124.92 | 105.47 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 180 | 85 | 0.82 | 0 | 0.53 | 0.29 | 141.49 | 0.7 | 0.42 |
| Hex | 20 | B4 | 55 | 52 | 0 | 35 | 1D | 8D | 46 | 2A |
| Octal | 40 | 264 | 125 | 122 | 0 | 65 | 35 | 215 | 106 | 52 |
| Binary | 100000 | 10110100 | 1010101 | 1010010 | 0 | 110101 | 11101 | 10001101 | 1000110 | 101010 |
Color Harmonies of #20B455
Complementary color
Monochromatic Colors of #20B455
Black with #20B455
Text Example
Text Example
White with #20B455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B455; }
p { color: rgb(32,180,85); }
H1.HeaderClassName
{
color: #20B455;
}
.AnyTagClassName
{
color: #20B455;
}
</style>
background-color css
<style>
a { background-color: #20B455; }
a { background-color: rgb(32,180,85); }
div.DivClassName
{
background-color: #20B455;
}
.BgClassName
{
background-color: #20B455;
}
</style>
border-color css
<style>
span { border-color: #20B455; }
span { border-color: rgb(32,180,85); }
td.TdClassName
{
border-color: #20B455;
}
.TagClassName
{
border-color: #20B455;
}
</style>