Shades of Eucalyptus #31995B
Tints of Eucalyptus #31995B
RGB
CMYK
RGB Variations
Color information
#31995B (or 0x31995B) is known color: Eucalyptus. HEX triplet: 31, 99 and 5B. RGB value is (49,153,91). Sum of RGB (Red+Green+Blue) = 49+153+91=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #31995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31995B is #CE66A4. Grayscale: #727272. Windows color (decimal): -13526693 or 6002993. OLE color: 6002993.
HSL color Cylindrical-coordinate representation of color #31995B: hue angle of 144.23º 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 #31995B is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 91 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.4 |
| HSL | 144.23º | 0.51% | 0.4% | - |
| HSV(B) | 144.23º | 0.68% | 0.6% | - |
| XYZ | 14.55 | 24.19 | 13.8 | - |
| YUV | 114.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 91 | 0.68 | 0 | 0.41 | 0.4 | 144.23 | 0.51 | 0.4 |
| Hex | 31 | 99 | 5B | 44 | 0 | 29 | 28 | 90 | 33 | 28 |
| Octal | 61 | 231 | 133 | 104 | 0 | 51 | 50 | 220 | 63 | 50 |
| Binary | 110001 | 10011001 | 1011011 | 1000100 | 0 | 101001 | 101000 | 10010000 | 110011 | 101000 |
Color Harmonies of #31995B
Complementary color
Monochromatic Colors of #31995B
Black with #31995B
Text Example
Text Example
White with #31995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31995B; }
p { color: rgb(49,153,91); }
H1.HeaderClassName
{
color: #31995B;
}
.AnyTagClassName
{
color: #31995B;
}
</style>
background-color css
<style>
a { background-color: #31995B; }
a { background-color: rgb(49,153,91); }
div.DivClassName
{
background-color: #31995B;
}
.BgClassName
{
background-color: #31995B;
}
</style>
border-color css
<style>
span { border-color: #31995B; }
span { border-color: rgb(49,153,91); }
td.TdClassName
{
border-color: #31995B;
}
.TagClassName
{
border-color: #31995B;
}
</style>