Shades of Eucalyptus #31926A
Tints of Eucalyptus #31926A
RGB
CMYK
RGB Variations
Color information
#31926A (or 0x31926A) is known color: Eucalyptus. HEX triplet: 31, 92 and 6A. RGB value is (49,146,106). Sum of RGB (Red+Green+Blue) = 49+146+106=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #31926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31926A is #CE6D95. Grayscale: #707070. Windows color (decimal): -13528470 or 6984241. OLE color: 6984241.
HSL color Cylindrical-coordinate representation of color #31926A: hue angle of 155.26º 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 #31926A is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 106 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.43 |
| HSL | 155.26º | 0.5% | 0.38% | - |
| HSV(B) | 155.26º | 0.66% | 0.57% | - |
| XYZ | 14.15 | 22.25 | 17.18 | - |
| YUV | 112.44 | 124.36 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 106 | 0.66 | 0 | 0.27 | 0.43 | 155.26 | 0.5 | 0.38 |
| Hex | 31 | 92 | 6A | 42 | 0 | 1B | 2B | 9B | 32 | 26 |
| Octal | 61 | 222 | 152 | 102 | 0 | 33 | 53 | 233 | 62 | 46 |
| Binary | 110001 | 10010010 | 1101010 | 1000010 | 0 | 11011 | 101011 | 10011011 | 110010 | 100110 |
Color Harmonies of #31926A
Complementary color
Monochromatic Colors of #31926A
Black with #31926A
Text Example
Text Example
White with #31926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31926A; }
p { color: rgb(49,146,106); }
H1.HeaderClassName
{
color: #31926A;
}
.AnyTagClassName
{
color: #31926A;
}
</style>
background-color css
<style>
a { background-color: #31926A; }
a { background-color: rgb(49,146,106); }
div.DivClassName
{
background-color: #31926A;
}
.BgClassName
{
background-color: #31926A;
}
</style>
border-color css
<style>
span { border-color: #31926A; }
span { border-color: rgb(49,146,106); }
td.TdClassName
{
border-color: #31926A;
}
.TagClassName
{
border-color: #31926A;
}
</style>