Shades of Eucalyptus #20965D
Tints of Eucalyptus #20965D
RGB
CMYK
RGB Variations
Color information
#20965D (or 0x20965D) is known color: Eucalyptus. HEX triplet: 20, 96 and 5D. RGB value is (32,150,93). Sum of RGB (Red+Green+Blue) = 32+150+93=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #20965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20965D is #DF69A2. Grayscale: #6C6C6C. Windows color (decimal): -14641571 or 6133280. OLE color: 6133280.
HSL color Cylindrical-coordinate representation of color #20965D: hue angle of 151.02º 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 #20965D is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 93 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.41 |
| HSL | 151.02º | 0.65% | 0.36% | - |
| HSV(B) | 151.02º | 0.79% | 0.59% | - |
| XYZ | 13.48 | 22.91 | 14.07 | - |
| YUV | 108.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 93 | 0.79 | 0 | 0.38 | 0.41 | 151.02 | 0.65 | 0.36 |
| Hex | 20 | 96 | 5D | 4F | 0 | 26 | 29 | 97 | 41 | 24 |
| Octal | 40 | 226 | 135 | 117 | 0 | 46 | 51 | 227 | 101 | 44 |
| Binary | 100000 | 10010110 | 1011101 | 1001111 | 0 | 100110 | 101001 | 10010111 | 1000001 | 100100 |
Color Harmonies of #20965D
Complementary color
Monochromatic Colors of #20965D
Black with #20965D
Text Example
Text Example
White with #20965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20965D; }
p { color: rgb(32,150,93); }
H1.HeaderClassName
{
color: #20965D;
}
.AnyTagClassName
{
color: #20965D;
}
</style>
background-color css
<style>
a { background-color: #20965D; }
a { background-color: rgb(32,150,93); }
div.DivClassName
{
background-color: #20965D;
}
.BgClassName
{
background-color: #20965D;
}
</style>
border-color css
<style>
span { border-color: #20965D; }
span { border-color: rgb(32,150,93); }
td.TdClassName
{
border-color: #20965D;
}
.TagClassName
{
border-color: #20965D;
}
</style>