Shades of Eucalyptus #20995C
Tints of Eucalyptus #20995C
RGB
CMYK
RGB Variations
Color information
#20995C (or 0x20995C) is known color: Eucalyptus. HEX triplet: 20, 99 and 5C. RGB value is (32,153,92). Sum of RGB (Red+Green+Blue) = 32+153+92=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #20995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20995C is #DF66A3. Grayscale: #6D6D6D. Windows color (decimal): -14640804 or 6068512. OLE color: 6068512.
HSL color Cylindrical-coordinate representation of color #20995C: hue angle of 149.75º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20995C is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 92 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.4 |
| HSL | 149.75º | 0.65% | 0.36% | - |
| HSV(B) | 149.75º | 0.79% | 0.6% | - |
| XYZ | 13.92 | 23.86 | 14 | - |
| YUV | 109.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 92 | 0.79 | 0 | 0.40 | 0.4 | 149.75 | 0.65 | 0.36 |
| Hex | 20 | 99 | 5C | 4F | 0 | 28 | 28 | 96 | 41 | 24 |
| Octal | 40 | 231 | 134 | 117 | 0 | 50 | 50 | 226 | 101 | 44 |
| Binary | 100000 | 10011001 | 1011100 | 1001111 | 0 | 101000 | 101000 | 10010110 | 1000001 | 100100 |
Color Harmonies of #20995C
Complementary color
Monochromatic Colors of #20995C
Black with #20995C
Text Example
Text Example
White with #20995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20995C; }
p { color: rgb(32,153,92); }
H1.HeaderClassName
{
color: #20995C;
}
.AnyTagClassName
{
color: #20995C;
}
</style>
background-color css
<style>
a { background-color: #20995C; }
a { background-color: rgb(32,153,92); }
div.DivClassName
{
background-color: #20995C;
}
.BgClassName
{
background-color: #20995C;
}
</style>
border-color css
<style>
span { border-color: #20995C; }
span { border-color: rgb(32,153,92); }
td.TdClassName
{
border-color: #20995C;
}
.TagClassName
{
border-color: #20995C;
}
</style>