Shades of Eucalyptus #319261
Tints of Eucalyptus #319261
RGB
CMYK
RGB Variations
Color information
#319261 (or 0x319261) is known color: Eucalyptus. HEX triplet: 31, 92 and 61. RGB value is (49,146,97). Sum of RGB (Red+Green+Blue) = 49+146+97=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #319261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319261 is #CE6D9E. Grayscale: #6F6F6F. Windows color (decimal): -13528479 or 6394417. OLE color: 6394417.
HSL color Cylindrical-coordinate representation of color #319261: hue angle of 149.69º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319261 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 97 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.43 |
| HSL | 149.69º | 0.5% | 0.38% | - |
| HSV(B) | 149.69º | 0.66% | 0.57% | - |
| XYZ | 13.7 | 22.07 | 14.85 | - |
| YUV | 111.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 97 | 0.66 | 0 | 0.34 | 0.43 | 149.69 | 0.5 | 0.38 |
| Hex | 31 | 92 | 61 | 42 | 0 | 22 | 2B | 96 | 32 | 26 |
| Octal | 61 | 222 | 141 | 102 | 0 | 42 | 53 | 226 | 62 | 46 |
| Binary | 110001 | 10010010 | 1100001 | 1000010 | 0 | 100010 | 101011 | 10010110 | 110010 | 100110 |
Color Harmonies of #319261
Complementary color
Monochromatic Colors of #319261
Black with #319261
Text Example
Text Example
White with #319261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319261; }
p { color: rgb(49,146,97); }
H1.HeaderClassName
{
color: #319261;
}
.AnyTagClassName
{
color: #319261;
}
</style>
background-color css
<style>
a { background-color: #319261; }
a { background-color: rgb(49,146,97); }
div.DivClassName
{
background-color: #319261;
}
.BgClassName
{
background-color: #319261;
}
</style>
border-color css
<style>
span { border-color: #319261; }
span { border-color: rgb(49,146,97); }
td.TdClassName
{
border-color: #319261;
}
.TagClassName
{
border-color: #319261;
}
</style>