Shades of Eucalyptus #31925F
Tints of Eucalyptus #31925F
RGB
CMYK
RGB Variations
Color information
#31925F (or 0x31925F) is known color: Eucalyptus. HEX triplet: 31, 92 and 5F. RGB value is (49,146,95). Sum of RGB (Red+Green+Blue) = 49+146+95=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #31925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31925F is #CE6DA0. Grayscale: #6F6F6F. Windows color (decimal): -13528481 or 6263345. OLE color: 6263345.
HSL color Cylindrical-coordinate representation of color #31925F: hue angle of 148.45º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31925F is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 95 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.43 |
| HSL | 148.45º | 0.5% | 0.38% | - |
| HSV(B) | 148.45º | 0.66% | 0.57% | - |
| XYZ | 13.61 | 22.04 | 14.36 | - |
| YUV | 111.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 95 | 0.66 | 0 | 0.35 | 0.43 | 148.45 | 0.5 | 0.38 |
| Hex | 31 | 92 | 5F | 42 | 0 | 23 | 2B | 94 | 32 | 26 |
| Octal | 61 | 222 | 137 | 102 | 0 | 43 | 53 | 224 | 62 | 46 |
| Binary | 110001 | 10010010 | 1011111 | 1000010 | 0 | 100011 | 101011 | 10010100 | 110010 | 100110 |
Color Harmonies of #31925F
Complementary color
Monochromatic Colors of #31925F
Black with #31925F
Text Example
Text Example
White with #31925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31925F; }
p { color: rgb(49,146,95); }
H1.HeaderClassName
{
color: #31925F;
}
.AnyTagClassName
{
color: #31925F;
}
</style>
background-color css
<style>
a { background-color: #31925F; }
a { background-color: rgb(49,146,95); }
div.DivClassName
{
background-color: #31925F;
}
.BgClassName
{
background-color: #31925F;
}
</style>
border-color css
<style>
span { border-color: #31925F; }
span { border-color: rgb(49,146,95); }
td.TdClassName
{
border-color: #31925F;
}
.TagClassName
{
border-color: #31925F;
}
</style>