Shades of Eucalyptus #20B064
Tints of Eucalyptus #20B064
RGB
CMYK
RGB Variations
Color information
#20B064 (or 0x20B064) is known color: Eucalyptus. HEX triplet: 20, B0 and 64. RGB value is (32,176,100). Sum of RGB (Red+Green+Blue) = 32+176+100=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #20B064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20B064 is #DF4F9B. Grayscale: #7C7C7C. Windows color (decimal): -14634908 or 6598688. OLE color: 6598688.
HSL color Cylindrical-coordinate representation of color #20B064: hue angle of 148.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B064 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 176 | 100 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.31 |
| HSL | 148.33º | 0.69% | 0.41% | - |
| HSV(B) | 148.33º | 0.82% | 0.69% | - |
| XYZ | 18.42 | 32.28 | 17.32 | - |
| YUV | 124.28 | 114.29 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 176 | 100 | 0.82 | 0 | 0.43 | 0.31 | 148.33 | 0.69 | 0.41 |
| Hex | 20 | B0 | 64 | 52 | 0 | 2B | 1F | 94 | 45 | 29 |
| Octal | 40 | 260 | 144 | 122 | 0 | 53 | 37 | 224 | 105 | 51 |
| Binary | 100000 | 10110000 | 1100100 | 1010010 | 0 | 101011 | 11111 | 10010100 | 1000101 | 101001 |
Color Harmonies of #20B064
Complementary color
Monochromatic Colors of #20B064
Black with #20B064
Text Example
Text Example
White with #20B064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B064; }
p { color: rgb(32,176,100); }
H1.HeaderClassName
{
color: #20B064;
}
.AnyTagClassName
{
color: #20B064;
}
</style>
background-color css
<style>
a { background-color: #20B064; }
a { background-color: rgb(32,176,100); }
div.DivClassName
{
background-color: #20B064;
}
.BgClassName
{
background-color: #20B064;
}
</style>
border-color css
<style>
span { border-color: #20B064; }
span { border-color: rgb(32,176,100); }
td.TdClassName
{
border-color: #20B064;
}
.TagClassName
{
border-color: #20B064;
}
</style>