Shades of Eucalyptus #209460
Tints of Eucalyptus #209460
RGB
CMYK
RGB Variations
Color information
#209460 (or 0x209460) is known color: Eucalyptus. HEX triplet: 20, 94 and 60. RGB value is (32,148,96). Sum of RGB (Red+Green+Blue) = 32+148+96=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #209460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209460 is #DF6B9F. Grayscale: #6B6B6B. Windows color (decimal): -14642080 or 6329376. OLE color: 6329376.
HSL color Cylindrical-coordinate representation of color #209460: hue angle of 153.1º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209460 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 96 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.42 |
| HSL | 153.1º | 0.64% | 0.35% | - |
| HSV(B) | 153.1º | 0.78% | 0.58% | - |
| XYZ | 13.3 | 22.33 | 14.68 | - |
| YUV | 107.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 96 | 0.78 | 0 | 0.35 | 0.42 | 153.1 | 0.64 | 0.35 |
| Hex | 20 | 94 | 60 | 4E | 0 | 23 | 2A | 99 | 40 | 23 |
| Octal | 40 | 224 | 140 | 116 | 0 | 43 | 52 | 231 | 100 | 43 |
| Binary | 100000 | 10010100 | 1100000 | 1001110 | 0 | 100011 | 101010 | 10011001 | 1000000 | 100011 |
Color Harmonies of #209460
Complementary color
Monochromatic Colors of #209460
Black with #209460
Text Example
Text Example
White with #209460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209460; }
p { color: rgb(32,148,96); }
H1.HeaderClassName
{
color: #209460;
}
.AnyTagClassName
{
color: #209460;
}
</style>
background-color css
<style>
a { background-color: #209460; }
a { background-color: rgb(32,148,96); }
div.DivClassName
{
background-color: #209460;
}
.BgClassName
{
background-color: #209460;
}
</style>
border-color css
<style>
span { border-color: #209460; }
span { border-color: rgb(32,148,96); }
td.TdClassName
{
border-color: #209460;
}
.TagClassName
{
border-color: #209460;
}
</style>