Shades of Eucalyptus #319D6C
Tints of Eucalyptus #319D6C
RGB
CMYK
RGB Variations
Color information
#319D6C (or 0x319D6C) is known color: Eucalyptus. HEX triplet: 31, 9D and 6C. RGB value is (49,157,108). Sum of RGB (Red+Green+Blue) = 49+157+108=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #319D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D6C is #CE6293. Grayscale: #777777. Windows color (decimal): -13525652 or 7118129. OLE color: 7118129.
HSL color Cylindrical-coordinate representation of color #319D6C: hue angle of 152.78º 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 #319D6C is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 157 | 108 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.38 |
| HSL | 152.78º | 0.52% | 0.4% | - |
| HSV(B) | 152.78º | 0.69% | 0.62% | - |
| XYZ | 16.03 | 25.85 | 18.33 | - |
| YUV | 119.12 | 121.72 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 108 | 0.69 | 0 | 0.31 | 0.38 | 152.78 | 0.52 | 0.4 |
| Hex | 31 | 9D | 6C | 45 | 0 | 1F | 26 | 99 | 34 | 28 |
| Octal | 61 | 235 | 154 | 105 | 0 | 37 | 46 | 231 | 64 | 50 |
| Binary | 110001 | 10011101 | 1101100 | 1000101 | 0 | 11111 | 100110 | 10011001 | 110100 | 101000 |
Color Harmonies of #319D6C
Complementary color
Monochromatic Colors of #319D6C
Black with #319D6C
Text Example
Text Example
White with #319D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319D6C; }
p { color: rgb(49,157,108); }
H1.HeaderClassName
{
color: #319D6C;
}
.AnyTagClassName
{
color: #319D6C;
}
</style>
background-color css
<style>
a { background-color: #319D6C; }
a { background-color: rgb(49,157,108); }
div.DivClassName
{
background-color: #319D6C;
}
.BgClassName
{
background-color: #319D6C;
}
</style>
border-color css
<style>
span { border-color: #319D6C; }
span { border-color: rgb(49,157,108); }
td.TdClassName
{
border-color: #319D6C;
}
.TagClassName
{
border-color: #319D6C;
}
</style>