Shades of La Palma #31990C
Tints of La Palma #31990C
RGB
CMYK
RGB Variations
Color information
#31990C (or 0x31990C) is known color: La Palma. HEX triplet: 31, 99 and 0C. RGB value is (49,153,12). Sum of RGB (Red+Green+Blue) = 49+153+12=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 153 (60.16% from 255 or 71.50% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 153 - color contains mainly: green. Hex color #31990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31990C is #CE66F3. Grayscale: #6A6A6A. Windows color (decimal): -13526772 or 825649. OLE color: 825649.
HSL color Cylindrical-coordinate representation of color #31990C: hue angle of 104.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31990C is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 12 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.4 |
| HSL | 104.26º | 0.85% | 0.32% | - |
| HSV(B) | 104.26º | 0.92% | 0.6% | - |
| XYZ | 12.72 | 23.46 | 4.21 | - |
| YUV | 105.83 | 75.04 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 12 | 0.68 | 0 | 0.92 | 0.4 | 104.26 | 0.85 | 0.32 |
| Hex | 31 | 99 | C | 44 | 0 | 5C | 28 | 68 | 55 | 20 |
| Octal | 61 | 231 | 14 | 104 | 0 | 134 | 50 | 150 | 125 | 40 |
| Binary | 110001 | 10011001 | 1100 | 1000100 | 0 | 1011100 | 101000 | 1101000 | 1010101 | 100000 |
Color Harmonies of #31990C
Complementary color
Monochromatic Colors of #31990C
Black with #31990C
Text Example
Text Example
White with #31990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31990C; }
p { color: rgb(49,153,12); }
H1.HeaderClassName
{
color: #31990C;
}
.AnyTagClassName
{
color: #31990C;
}
</style>
background-color css
<style>
a { background-color: #31990C; }
a { background-color: rgb(49,153,12); }
div.DivClassName
{
background-color: #31990C;
}
.BgClassName
{
background-color: #31990C;
}
</style>
border-color css
<style>
span { border-color: #31990C; }
span { border-color: rgb(49,153,12); }
td.TdClassName
{
border-color: #31990C;
}
.TagClassName
{
border-color: #31990C;
}
</style>