Shades of Eucalyptus #31916D
Tints of Eucalyptus #31916D
RGB
CMYK
RGB Variations
Color information
#31916D (or 0x31916D) is known color: Eucalyptus. HEX triplet: 31, 91 and 6D. RGB value is (49,145,109). Sum of RGB (Red+Green+Blue) = 49+145+109=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #31916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31916D is #CE6E92. Grayscale: #707070. Windows color (decimal): -13528723 or 7180593. OLE color: 7180593.
HSL color Cylindrical-coordinate representation of color #31916D: hue angle of 157.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31916D is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 109 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.43 |
| HSL | 157.5º | 0.49% | 0.38% | - |
| HSV(B) | 157.5º | 0.66% | 0.57% | - |
| XYZ | 14.15 | 22.01 | 17.97 | - |
| YUV | 112.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 109 | 0.66 | 0 | 0.25 | 0.43 | 157.5 | 0.49 | 0.38 |
| Hex | 31 | 91 | 6D | 42 | 0 | 19 | 2B | 9E | 31 | 26 |
| Octal | 61 | 221 | 155 | 102 | 0 | 31 | 53 | 236 | 61 | 46 |
| Binary | 110001 | 10010001 | 1101101 | 1000010 | 0 | 11001 | 101011 | 10011110 | 110001 | 100110 |
Color Harmonies of #31916D
Complementary color
Monochromatic Colors of #31916D
Black with #31916D
Text Example
Text Example
White with #31916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31916D; }
p { color: rgb(49,145,109); }
H1.HeaderClassName
{
color: #31916D;
}
.AnyTagClassName
{
color: #31916D;
}
</style>
background-color css
<style>
a { background-color: #31916D; }
a { background-color: rgb(49,145,109); }
div.DivClassName
{
background-color: #31916D;
}
.BgClassName
{
background-color: #31916D;
}
</style>
border-color css
<style>
span { border-color: #31916D; }
span { border-color: rgb(49,145,109); }
td.TdClassName
{
border-color: #31916D;
}
.TagClassName
{
border-color: #31916D;
}
</style>