Shades of La Palma #51812D
Tints of La Palma #51812D
RGB
CMYK
RGB Variations
Color information
#51812D (or 0x51812D) is known color: La Palma. HEX triplet: 51, 81 and 2D. RGB value is (81,129,45). Sum of RGB (Red+Green+Blue) = 81+129+45=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #51812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51812D is #AE7ED2. Grayscale: #696969. Windows color (decimal): -11435731 or 2982225. OLE color: 2982225.
HSL color Cylindrical-coordinate representation of color #51812D: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51812D is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 45 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.49 |
| HSL | 94.29º | 0.48% | 0.34% | - |
| HSV(B) | 94.29º | 0.65% | 0.51% | - |
| XYZ | 11.72 | 17.64 | 5.27 | - |
| YUV | 105.07 | 94.1 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 45 | 0.37 | 0 | 0.65 | 0.49 | 94.29 | 0.48 | 0.34 |
| Hex | 51 | 81 | 2D | 25 | 0 | 41 | 31 | 5E | 30 | 22 |
| Octal | 121 | 201 | 55 | 45 | 0 | 101 | 61 | 136 | 60 | 42 |
| Binary | 1010001 | 10000001 | 101101 | 100101 | 0 | 1000001 | 110001 | 1011110 | 110000 | 100010 |
Color Harmonies of #51812D
Complementary color
Monochromatic Colors of #51812D
Black with #51812D
Text Example
Text Example
White with #51812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51812D; }
p { color: rgb(81,129,45); }
H1.HeaderClassName
{
color: #51812D;
}
.AnyTagClassName
{
color: #51812D;
}
</style>
background-color css
<style>
a { background-color: #51812D; }
a { background-color: rgb(81,129,45); }
div.DivClassName
{
background-color: #51812D;
}
.BgClassName
{
background-color: #51812D;
}
</style>
border-color css
<style>
span { border-color: #51812D; }
span { border-color: rgb(81,129,45); }
td.TdClassName
{
border-color: #51812D;
}
.TagClassName
{
border-color: #51812D;
}
</style>