Shades of Eucalyptus #319260
Tints of Eucalyptus #319260
RGB
CMYK
RGB Variations
Color information
#319260 (or 0x319260) is known color: Eucalyptus. HEX triplet: 31, 92 and 60. RGB value is (49,146,96). Sum of RGB (Red+Green+Blue) = 49+146+96=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #319260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319260 is #CE6D9F. Grayscale: #6F6F6F. Windows color (decimal): -13528480 or 6328881. OLE color: 6328881.
HSL color Cylindrical-coordinate representation of color #319260: hue angle of 149.07º 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 #319260 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 96 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.43 |
| HSL | 149.07º | 0.5% | 0.38% | - |
| HSV(B) | 149.07º | 0.66% | 0.57% | - |
| XYZ | 13.66 | 22.06 | 14.6 | - |
| YUV | 111.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 96 | 0.66 | 0 | 0.34 | 0.43 | 149.07 | 0.5 | 0.38 |
| Hex | 31 | 92 | 60 | 42 | 0 | 22 | 2B | 95 | 32 | 26 |
| Octal | 61 | 222 | 140 | 102 | 0 | 42 | 53 | 225 | 62 | 46 |
| Binary | 110001 | 10010010 | 1100000 | 1000010 | 0 | 100010 | 101011 | 10010101 | 110010 | 100110 |
Color Harmonies of #319260
Complementary color
Monochromatic Colors of #319260
Black with #319260
Text Example
Text Example
White with #319260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319260; }
p { color: rgb(49,146,96); }
H1.HeaderClassName
{
color: #319260;
}
.AnyTagClassName
{
color: #319260;
}
</style>
background-color css
<style>
a { background-color: #319260; }
a { background-color: rgb(49,146,96); }
div.DivClassName
{
background-color: #319260;
}
.BgClassName
{
background-color: #319260;
}
</style>
border-color css
<style>
span { border-color: #319260; }
span { border-color: rgb(49,146,96); }
td.TdClassName
{
border-color: #319260;
}
.TagClassName
{
border-color: #319260;
}
</style>