Shades of Eucalyptus #31956D
Tints of Eucalyptus #31956D
RGB
CMYK
RGB Variations
Color information
#31956D (or 0x31956D) is known color: Eucalyptus. HEX triplet: 31, 95 and 6D. RGB value is (49,149,109). Sum of RGB (Red+Green+Blue) = 49+149+109=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #31956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31956D is #CE6A92. Grayscale: #727272. Windows color (decimal): -13527699 or 7181617. OLE color: 7181617.
HSL color Cylindrical-coordinate representation of color #31956D: hue angle of 156º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31956D is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 109 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.42 |
| HSL | 156º | 0.51% | 0.39% | - |
| HSV(B) | 156º | 0.67% | 0.58% | - |
| XYZ | 14.77 | 23.25 | 18.18 | - |
| YUV | 114.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 109 | 0.67 | 0 | 0.27 | 0.42 | 156 | 0.51 | 0.39 |
| Hex | 31 | 95 | 6D | 43 | 0 | 1B | 2A | 9C | 33 | 27 |
| Octal | 61 | 225 | 155 | 103 | 0 | 33 | 52 | 234 | 63 | 47 |
| Binary | 110001 | 10010101 | 1101101 | 1000011 | 0 | 11011 | 101010 | 10011100 | 110011 | 100111 |
Color Harmonies of #31956D
Complementary color
Monochromatic Colors of #31956D
Black with #31956D
Text Example
Text Example
White with #31956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31956D; }
p { color: rgb(49,149,109); }
H1.HeaderClassName
{
color: #31956D;
}
.AnyTagClassName
{
color: #31956D;
}
</style>
background-color css
<style>
a { background-color: #31956D; }
a { background-color: rgb(49,149,109); }
div.DivClassName
{
background-color: #31956D;
}
.BgClassName
{
background-color: #31956D;
}
</style>
border-color css
<style>
span { border-color: #31956D; }
span { border-color: rgb(49,149,109); }
td.TdClassName
{
border-color: #31956D;
}
.TagClassName
{
border-color: #31956D;
}
</style>