Shades of La Palma #51983C
Tints of La Palma #51983C
RGB
CMYK
RGB Variations
Color information
#51983C (or 0x51983C) is known color: La Palma. HEX triplet: 51, 98 and 3C. RGB value is (81,152,60). Sum of RGB (Red+Green+Blue) = 81+152+60=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #51983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51983C is #AE67C3. Grayscale: #787878. Windows color (decimal): -11429828 or 3971153. OLE color: 3971153.
HSL color Cylindrical-coordinate representation of color #51983C: hue angle of 106.3º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51983C is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 152 | 60 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.40 |
| HSL | 106.3º | 0.43% | 0.42% | - |
| HSV(B) | 106.3º | 0.61% | 0.6% | - |
| XYZ | 15.44 | 24.53 | 8.2 | - |
| YUV | 120.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 152 | 60 | 0.47 | 0 | 0.61 | 0.40 | 106.3 | 0.43 | 0.42 |
| Hex | 51 | 98 | 3C | 2F | 0 | 3D | 28 | 6A | 2B | 2A |
| Octal | 121 | 230 | 74 | 57 | 0 | 75 | 50 | 152 | 53 | 52 |
| Binary | 1010001 | 10011000 | 111100 | 101111 | 0 | 111101 | 101000 | 1101010 | 101011 | 101010 |
Color Harmonies of #51983C
Complementary color
Monochromatic Colors of #51983C
Black with #51983C
Text Example
Text Example
White with #51983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51983C; }
p { color: rgb(81,152,60); }
H1.HeaderClassName
{
color: #51983C;
}
.AnyTagClassName
{
color: #51983C;
}
</style>
background-color css
<style>
a { background-color: #51983C; }
a { background-color: rgb(81,152,60); }
div.DivClassName
{
background-color: #51983C;
}
.BgClassName
{
background-color: #51983C;
}
</style>
border-color css
<style>
span { border-color: #51983C; }
span { border-color: rgb(81,152,60); }
td.TdClassName
{
border-color: #51983C;
}
.TagClassName
{
border-color: #51983C;
}
</style>