Shades of Eucalyptus #20965C
Tints of Eucalyptus #20965C
RGB
CMYK
RGB Variations
Color information
#20965C (or 0x20965C) is known color: Eucalyptus. HEX triplet: 20, 96 and 5C. RGB value is (32,150,92). Sum of RGB (Red+Green+Blue) = 32+150+92=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #20965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20965C is #DF69A3. Grayscale: #6C6C6C. Windows color (decimal): -14641572 or 6067744. OLE color: 6067744.
HSL color Cylindrical-coordinate representation of color #20965C: hue angle of 150.51º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20965C is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 92 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.41 |
| HSL | 150.51º | 0.65% | 0.36% | - |
| HSV(B) | 150.51º | 0.79% | 0.59% | - |
| XYZ | 13.43 | 22.89 | 13.84 | - |
| YUV | 108.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 92 | 0.79 | 0 | 0.39 | 0.41 | 150.51 | 0.65 | 0.36 |
| Hex | 20 | 96 | 5C | 4F | 0 | 27 | 29 | 97 | 41 | 24 |
| Octal | 40 | 226 | 134 | 117 | 0 | 47 | 51 | 227 | 101 | 44 |
| Binary | 100000 | 10010110 | 1011100 | 1001111 | 0 | 100111 | 101001 | 10010111 | 1000001 | 100100 |
Color Harmonies of #20965C
Complementary color
Monochromatic Colors of #20965C
Black with #20965C
Text Example
Text Example
White with #20965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20965C; }
p { color: rgb(32,150,92); }
H1.HeaderClassName
{
color: #20965C;
}
.AnyTagClassName
{
color: #20965C;
}
</style>
background-color css
<style>
a { background-color: #20965C; }
a { background-color: rgb(32,150,92); }
div.DivClassName
{
background-color: #20965C;
}
.BgClassName
{
background-color: #20965C;
}
</style>
border-color css
<style>
span { border-color: #20965C; }
span { border-color: rgb(32,150,92); }
td.TdClassName
{
border-color: #20965C;
}
.TagClassName
{
border-color: #20965C;
}
</style>