Shades of Eucalyptus #31995C
Tints of Eucalyptus #31995C
RGB
CMYK
RGB Variations
Color information
#31995C (or 0x31995C) is known color: Eucalyptus. HEX triplet: 31, 99 and 5C. RGB value is (49,153,92). Sum of RGB (Red+Green+Blue) = 49+153+92=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #31995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31995C is #CE66A3. Grayscale: #737373. Windows color (decimal): -13526692 or 6068529. OLE color: 6068529.
HSL color Cylindrical-coordinate representation of color #31995C: hue angle of 144.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31995C is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 92 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.4 |
| HSL | 144.81º | 0.51% | 0.4% | - |
| HSV(B) | 144.81º | 0.68% | 0.6% | - |
| XYZ | 14.59 | 24.21 | 14.03 | - |
| YUV | 114.95 | 115.04 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 92 | 0.68 | 0 | 0.40 | 0.4 | 144.81 | 0.51 | 0.4 |
| Hex | 31 | 99 | 5C | 44 | 0 | 28 | 28 | 91 | 33 | 28 |
| Octal | 61 | 231 | 134 | 104 | 0 | 50 | 50 | 221 | 63 | 50 |
| Binary | 110001 | 10011001 | 1011100 | 1000100 | 0 | 101000 | 101000 | 10010001 | 110011 | 101000 |
Color Harmonies of #31995C
Complementary color
Monochromatic Colors of #31995C
Black with #31995C
Text Example
Text Example
White with #31995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31995C; }
p { color: rgb(49,153,92); }
H1.HeaderClassName
{
color: #31995C;
}
.AnyTagClassName
{
color: #31995C;
}
</style>
background-color css
<style>
a { background-color: #31995C; }
a { background-color: rgb(49,153,92); }
div.DivClassName
{
background-color: #31995C;
}
.BgClassName
{
background-color: #31995C;
}
</style>
border-color css
<style>
span { border-color: #31995C; }
span { border-color: rgb(49,153,92); }
td.TdClassName
{
border-color: #31995C;
}
.TagClassName
{
border-color: #31995C;
}
</style>