Shades of Eucalyptus #31976B
Tints of Eucalyptus #31976B
RGB
CMYK
RGB Variations
Color information
#31976B (or 0x31976B) is known color: Eucalyptus. HEX triplet: 31, 97 and 6B. RGB value is (49,151,107). Sum of RGB (Red+Green+Blue) = 49+151+107=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #31976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31976B is #CE6894. Grayscale: #737373. Windows color (decimal): -13527189 or 7051057. OLE color: 7051057.
HSL color Cylindrical-coordinate representation of color #31976B: hue angle of 154.12º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31976B is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 107 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.41 |
| HSL | 154.12º | 0.51% | 0.39% | - |
| HSV(B) | 154.12º | 0.68% | 0.59% | - |
| XYZ | 14.99 | 23.85 | 17.72 | - |
| YUV | 115.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 107 | 0.68 | 0 | 0.29 | 0.41 | 154.12 | 0.51 | 0.39 |
| Hex | 31 | 97 | 6B | 44 | 0 | 1D | 29 | 9A | 33 | 27 |
| Octal | 61 | 227 | 153 | 104 | 0 | 35 | 51 | 232 | 63 | 47 |
| Binary | 110001 | 10010111 | 1101011 | 1000100 | 0 | 11101 | 101001 | 10011010 | 110011 | 100111 |
Color Harmonies of #31976B
Complementary color
Monochromatic Colors of #31976B
Black with #31976B
Text Example
Text Example
White with #31976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31976B; }
p { color: rgb(49,151,107); }
H1.HeaderClassName
{
color: #31976B;
}
.AnyTagClassName
{
color: #31976B;
}
</style>
background-color css
<style>
a { background-color: #31976B; }
a { background-color: rgb(49,151,107); }
div.DivClassName
{
background-color: #31976B;
}
.BgClassName
{
background-color: #31976B;
}
</style>
border-color css
<style>
span { border-color: #31976B; }
span { border-color: rgb(49,151,107); }
td.TdClassName
{
border-color: #31976B;
}
.TagClassName
{
border-color: #31976B;
}
</style>