Shades of Eucalyptus #319B72
Tints of Eucalyptus #319B72
RGB
CMYK
RGB Variations
Color information
#319B72 (or 0x319B72) is known color: Eucalyptus. HEX triplet: 31, 9B and 72. RGB value is (49,155,114). Sum of RGB (Red+Green+Blue) = 49+155+114=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #319B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B72 is #CE648D. Grayscale: #767676. Windows color (decimal): -13526158 or 7510833. OLE color: 7510833.
HSL color Cylindrical-coordinate representation of color #319B72: hue angle of 156.79º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B72 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 114 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.39 |
| HSL | 156.79º | 0.52% | 0.4% | - |
| HSV(B) | 156.79º | 0.68% | 0.61% | - |
| XYZ | 16.03 | 25.31 | 19.96 | - |
| YUV | 118.63 | 125.38 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 114 | 0.68 | 0 | 0.26 | 0.39 | 156.79 | 0.52 | 0.4 |
| Hex | 31 | 9B | 72 | 44 | 0 | 1A | 27 | 9D | 34 | 28 |
| Octal | 61 | 233 | 162 | 104 | 0 | 32 | 47 | 235 | 64 | 50 |
| Binary | 110001 | 10011011 | 1110010 | 1000100 | 0 | 11010 | 100111 | 10011101 | 110100 | 101000 |
Color Harmonies of #319B72
Complementary color
Monochromatic Colors of #319B72
Black with #319B72
Text Example
Text Example
White with #319B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B72; }
p { color: rgb(49,155,114); }
H1.HeaderClassName
{
color: #319B72;
}
.AnyTagClassName
{
color: #319B72;
}
</style>
background-color css
<style>
a { background-color: #319B72; }
a { background-color: rgb(49,155,114); }
div.DivClassName
{
background-color: #319B72;
}
.BgClassName
{
background-color: #319B72;
}
</style>
border-color css
<style>
span { border-color: #319B72; }
span { border-color: rgb(49,155,114); }
td.TdClassName
{
border-color: #319B72;
}
.TagClassName
{
border-color: #319B72;
}
</style>