Shades of Eucalyptus #319D73
Tints of Eucalyptus #319D73
RGB
CMYK
RGB Variations
Color information
#319D73 (or 0x319D73) is known color: Eucalyptus. HEX triplet: 31, 9D and 73. RGB value is (49,157,115). Sum of RGB (Red+Green+Blue) = 49+157+115=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #319D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D73 is #CE628C. Grayscale: #777777. Windows color (decimal): -13525645 or 7576881. OLE color: 7576881.
HSL color Cylindrical-coordinate representation of color #319D73: hue angle of 156.67º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D73 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 157 | 115 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.38 |
| HSL | 156.67º | 0.52% | 0.4% | - |
| HSV(B) | 156.67º | 0.69% | 0.62% | - |
| XYZ | 16.42 | 26 | 20.37 | - |
| YUV | 119.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 115 | 0.69 | 0 | 0.27 | 0.38 | 156.67 | 0.52 | 0.4 |
| Hex | 31 | 9D | 73 | 45 | 0 | 1B | 26 | 9D | 34 | 28 |
| Octal | 61 | 235 | 163 | 105 | 0 | 33 | 46 | 235 | 64 | 50 |
| Binary | 110001 | 10011101 | 1110011 | 1000101 | 0 | 11011 | 100110 | 10011101 | 110100 | 101000 |
Color Harmonies of #319D73
Complementary color
Monochromatic Colors of #319D73
Black with #319D73
Text Example
Text Example
White with #319D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319D73; }
p { color: rgb(49,157,115); }
H1.HeaderClassName
{
color: #319D73;
}
.AnyTagClassName
{
color: #319D73;
}
</style>
background-color css
<style>
a { background-color: #319D73; }
a { background-color: rgb(49,157,115); }
div.DivClassName
{
background-color: #319D73;
}
.BgClassName
{
background-color: #319D73;
}
</style>
border-color css
<style>
span { border-color: #319D73; }
span { border-color: rgb(49,157,115); }
td.TdClassName
{
border-color: #319D73;
}
.TagClassName
{
border-color: #319D73;
}
</style>