Shades of Eucalyptus #319965
Tints of Eucalyptus #319965
RGB
CMYK
RGB Variations
Color information
#319965 (or 0x319965) is known color: Eucalyptus. HEX triplet: 31, 99 and 65. RGB value is (49,153,101). Sum of RGB (Red+Green+Blue) = 49+153+101=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #319965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319965 is #CE669A. Grayscale: #747474. Windows color (decimal): -13526683 or 6658353. OLE color: 6658353.
HSL color Cylindrical-coordinate representation of color #319965: hue angle of 150º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319965 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 101 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.4 |
| HSL | 150º | 0.51% | 0.4% | - |
| HSV(B) | 150º | 0.68% | 0.6% | - |
| XYZ | 15.01 | 24.38 | 16.23 | - |
| YUV | 115.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 101 | 0.68 | 0 | 0.34 | 0.4 | 150 | 0.51 | 0.4 |
| Hex | 31 | 99 | 65 | 44 | 0 | 22 | 28 | 96 | 33 | 28 |
| Octal | 61 | 231 | 145 | 104 | 0 | 42 | 50 | 226 | 63 | 50 |
| Binary | 110001 | 10011001 | 1100101 | 1000100 | 0 | 100010 | 101000 | 10010110 | 110011 | 101000 |
Color Harmonies of #319965
Complementary color
Monochromatic Colors of #319965
Black with #319965
Text Example
Text Example
White with #319965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319965; }
p { color: rgb(49,153,101); }
H1.HeaderClassName
{
color: #319965;
}
.AnyTagClassName
{
color: #319965;
}
</style>
background-color css
<style>
a { background-color: #319965; }
a { background-color: rgb(49,153,101); }
div.DivClassName
{
background-color: #319965;
}
.BgClassName
{
background-color: #319965;
}
</style>
border-color css
<style>
span { border-color: #319965; }
span { border-color: rgb(49,153,101); }
td.TdClassName
{
border-color: #319965;
}
.TagClassName
{
border-color: #319965;
}
</style>