Shades of Eucalyptus #319C6C
Tints of Eucalyptus #319C6C
RGB
CMYK
RGB Variations
Color information
#319C6C (or 0x319C6C) is known color: Eucalyptus. HEX triplet: 31, 9C and 6C. RGB value is (49,156,108). Sum of RGB (Red+Green+Blue) = 49+156+108=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #319C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C6C is #CE6393. Grayscale: #767676. Windows color (decimal): -13525908 or 7117873. OLE color: 7117873.
HSL color Cylindrical-coordinate representation of color #319C6C: hue angle of 153.08º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C6C is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 108 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.39 |
| HSL | 153.08º | 0.52% | 0.4% | - |
| HSV(B) | 153.08º | 0.69% | 0.61% | - |
| XYZ | 15.86 | 25.51 | 18.28 | - |
| YUV | 118.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 108 | 0.69 | 0 | 0.31 | 0.39 | 153.08 | 0.52 | 0.4 |
| Hex | 31 | 9C | 6C | 45 | 0 | 1F | 27 | 99 | 34 | 28 |
| Octal | 61 | 234 | 154 | 105 | 0 | 37 | 47 | 231 | 64 | 50 |
| Binary | 110001 | 10011100 | 1101100 | 1000101 | 0 | 11111 | 100111 | 10011001 | 110100 | 101000 |
Color Harmonies of #319C6C
Complementary color
Monochromatic Colors of #319C6C
Black with #319C6C
Text Example
Text Example
White with #319C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C6C; }
p { color: rgb(49,156,108); }
H1.HeaderClassName
{
color: #319C6C;
}
.AnyTagClassName
{
color: #319C6C;
}
</style>
background-color css
<style>
a { background-color: #319C6C; }
a { background-color: rgb(49,156,108); }
div.DivClassName
{
background-color: #319C6C;
}
.BgClassName
{
background-color: #319C6C;
}
</style>
border-color css
<style>
span { border-color: #319C6C; }
span { border-color: rgb(49,156,108); }
td.TdClassName
{
border-color: #319C6C;
}
.TagClassName
{
border-color: #319C6C;
}
</style>