Shades of Eucalyptus #31946C
Tints of Eucalyptus #31946C
RGB
CMYK
RGB Variations
Color information
#31946C (or 0x31946C) is known color: Eucalyptus. HEX triplet: 31, 94 and 6C. RGB value is (49,148,108). Sum of RGB (Red+Green+Blue) = 49+148+108=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #31946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31946C is #CE6B93. Grayscale: #717171. Windows color (decimal): -13527956 or 7115825. OLE color: 7115825.
HSL color Cylindrical-coordinate representation of color #31946C: hue angle of 155.76º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31946C is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 148 | 108 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.42 |
| HSL | 155.76º | 0.5% | 0.39% | - |
| HSV(B) | 155.76º | 0.67% | 0.58% | - |
| XYZ | 14.56 | 22.92 | 17.84 | - |
| YUV | 113.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 108 | 0.67 | 0 | 0.27 | 0.42 | 155.76 | 0.5 | 0.39 |
| Hex | 31 | 94 | 6C | 43 | 0 | 1B | 2A | 9C | 32 | 27 |
| Octal | 61 | 224 | 154 | 103 | 0 | 33 | 52 | 234 | 62 | 47 |
| Binary | 110001 | 10010100 | 1101100 | 1000011 | 0 | 11011 | 101010 | 10011100 | 110010 | 100111 |
Color Harmonies of #31946C
Complementary color
Monochromatic Colors of #31946C
Black with #31946C
Text Example
Text Example
White with #31946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31946C; }
p { color: rgb(49,148,108); }
H1.HeaderClassName
{
color: #31946C;
}
.AnyTagClassName
{
color: #31946C;
}
</style>
background-color css
<style>
a { background-color: #31946C; }
a { background-color: rgb(49,148,108); }
div.DivClassName
{
background-color: #31946C;
}
.BgClassName
{
background-color: #31946C;
}
</style>
border-color css
<style>
span { border-color: #31946C; }
span { border-color: rgb(49,148,108); }
td.TdClassName
{
border-color: #31946C;
}
.TagClassName
{
border-color: #31946C;
}
</style>