Shades of Eucalyptus #31956C
Tints of Eucalyptus #31956C
RGB
CMYK
RGB Variations
Color information
#31956C (or 0x31956C) is known color: Eucalyptus. HEX triplet: 31, 95 and 6C. RGB value is (49,149,108). Sum of RGB (Red+Green+Blue) = 49+149+108=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #31956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31956C is #CE6A93. Grayscale: #727272. Windows color (decimal): -13527700 or 7116081. OLE color: 7116081.
HSL color Cylindrical-coordinate representation of color #31956C: hue angle of 155.4º 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 #31956C is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 108 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.42 |
| HSL | 155.4º | 0.51% | 0.39% | - |
| HSV(B) | 155.4º | 0.67% | 0.58% | - |
| XYZ | 14.72 | 23.23 | 17.9 | - |
| YUV | 114.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 108 | 0.67 | 0 | 0.28 | 0.42 | 155.4 | 0.51 | 0.39 |
| Hex | 31 | 95 | 6C | 43 | 0 | 1C | 2A | 9B | 33 | 27 |
| Octal | 61 | 225 | 154 | 103 | 0 | 34 | 52 | 233 | 63 | 47 |
| Binary | 110001 | 10010101 | 1101100 | 1000011 | 0 | 11100 | 101010 | 10011011 | 110011 | 100111 |
Color Harmonies of #31956C
Complementary color
Monochromatic Colors of #31956C
Black with #31956C
Text Example
Text Example
White with #31956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31956C; }
p { color: rgb(49,149,108); }
H1.HeaderClassName
{
color: #31956C;
}
.AnyTagClassName
{
color: #31956C;
}
</style>
background-color css
<style>
a { background-color: #31956C; }
a { background-color: rgb(49,149,108); }
div.DivClassName
{
background-color: #31956C;
}
.BgClassName
{
background-color: #31956C;
}
</style>
border-color css
<style>
span { border-color: #31956C; }
span { border-color: rgb(49,149,108); }
td.TdClassName
{
border-color: #31956C;
}
.TagClassName
{
border-color: #31956C;
}
</style>