Shades of Eucalyptus #319264
Tints of Eucalyptus #319264
RGB
CMYK
RGB Variations
Color information
#319264 (or 0x319264) is known color: Eucalyptus. HEX triplet: 31, 92 and 64. RGB value is (49,146,100). Sum of RGB (Red+Green+Blue) = 49+146+100=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #319264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319264 is #CE6D9B. Grayscale: #6F6F6F. Windows color (decimal): -13528476 or 6591025. OLE color: 6591025.
HSL color Cylindrical-coordinate representation of color #319264: hue angle of 151.55º 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 #319264 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 100 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.43 |
| HSL | 151.55º | 0.5% | 0.38% | - |
| HSV(B) | 151.55º | 0.66% | 0.57% | - |
| XYZ | 13.85 | 22.13 | 15.6 | - |
| YUV | 111.75 | 121.36 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 100 | 0.66 | 0 | 0.32 | 0.43 | 151.55 | 0.5 | 0.38 |
| Hex | 31 | 92 | 64 | 42 | 0 | 20 | 2B | 98 | 32 | 26 |
| Octal | 61 | 222 | 144 | 102 | 0 | 40 | 53 | 230 | 62 | 46 |
| Binary | 110001 | 10010010 | 1100100 | 1000010 | 0 | 100000 | 101011 | 10011000 | 110010 | 100110 |
Color Harmonies of #319264
Complementary color
Monochromatic Colors of #319264
Black with #319264
Text Example
Text Example
White with #319264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319264; }
p { color: rgb(49,146,100); }
H1.HeaderClassName
{
color: #319264;
}
.AnyTagClassName
{
color: #319264;
}
</style>
background-color css
<style>
a { background-color: #319264; }
a { background-color: rgb(49,146,100); }
div.DivClassName
{
background-color: #319264;
}
.BgClassName
{
background-color: #319264;
}
</style>
border-color css
<style>
span { border-color: #319264; }
span { border-color: rgb(49,146,100); }
td.TdClassName
{
border-color: #319264;
}
.TagClassName
{
border-color: #319264;
}
</style>