Shades of Eucalyptus #19985C
Tints of Eucalyptus #19985C
RGB
CMYK
RGB Variations
Color information
#19985C (or 0x19985C) is known color: Eucalyptus. HEX triplet: 19, 98 and 5C. RGB value is (25,152,92). Sum of RGB (Red+Green+Blue) = 25+152+92=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #19985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19985C is #E667A3. Grayscale: #6B6B6B. Windows color (decimal): -15099812 or 6068249. OLE color: 6068249.
HSL color Cylindrical-coordinate representation of color #19985C: hue angle of 151.65º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19985C is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 92 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.40 |
| HSL | 151.65º | 0.72% | 0.35% | - |
| HSV(B) | 151.65º | 0.84% | 0.6% | - |
| XYZ | 13.56 | 23.44 | 13.93 | - |
| YUV | 107.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 92 | 0.84 | 0 | 0.39 | 0.40 | 151.65 | 0.72 | 0.35 |
| Hex | 19 | 98 | 5C | 54 | 0 | 27 | 28 | 98 | 48 | 23 |
| Octal | 31 | 230 | 134 | 124 | 0 | 47 | 50 | 230 | 110 | 43 |
| Binary | 11001 | 10011000 | 1011100 | 1010100 | 0 | 100111 | 101000 | 10011000 | 1001000 | 100011 |
Color Harmonies of #19985C
Complementary color
Monochromatic Colors of #19985C
Black with #19985C
Text Example
Text Example
White with #19985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19985C; }
p { color: rgb(25,152,92); }
H1.HeaderClassName
{
color: #19985C;
}
.AnyTagClassName
{
color: #19985C;
}
</style>
background-color css
<style>
a { background-color: #19985C; }
a { background-color: rgb(25,152,92); }
div.DivClassName
{
background-color: #19985C;
}
.BgClassName
{
background-color: #19985C;
}
</style>
border-color css
<style>
span { border-color: #19985C; }
span { border-color: rgb(25,152,92); }
td.TdClassName
{
border-color: #19985C;
}
.TagClassName
{
border-color: #19985C;
}
</style>