Shades of La Palma #4B831D
Tints of La Palma #4B831D
RGB
CMYK
RGB Variations
Color information
#4B831D (or 0x4B831D) is known color: La Palma. HEX triplet: 4B, 83 and 1D. RGB value is (75,131,29). Sum of RGB (Red+Green+Blue) = 75+131+29=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #4B831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B831D is #B47CE2. Grayscale: #666666. Windows color (decimal): -11828451 or 1934155. OLE color: 1934155.
HSL color Cylindrical-coordinate representation of color #4B831D: hue angle of 92.94º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B831D is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 131 | 29 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.49 |
| HSL | 92.94º | 0.64% | 0.31% | - |
| HSV(B) | 92.94º | 0.78% | 0.51% | - |
| XYZ | 11.24 | 17.82 | 4.01 | - |
| YUV | 102.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 131 | 29 | 0.43 | 0 | 0.78 | 0.49 | 92.94 | 0.64 | 0.31 |
| Hex | 4B | 83 | 1D | 2B | 0 | 4E | 31 | 5D | 40 | 1F |
| Octal | 113 | 203 | 35 | 53 | 0 | 116 | 61 | 135 | 100 | 37 |
| Binary | 1001011 | 10000011 | 11101 | 101011 | 0 | 1001110 | 110001 | 1011101 | 1000000 | 11111 |
Color Harmonies of #4B831D
Complementary color
Monochromatic Colors of #4B831D
Black with #4B831D
Text Example
Text Example
White with #4B831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B831D; }
p { color: rgb(75,131,29); }
H1.HeaderClassName
{
color: #4B831D;
}
.AnyTagClassName
{
color: #4B831D;
}
</style>
background-color css
<style>
a { background-color: #4B831D; }
a { background-color: rgb(75,131,29); }
div.DivClassName
{
background-color: #4B831D;
}
.BgClassName
{
background-color: #4B831D;
}
</style>
border-color css
<style>
span { border-color: #4B831D; }
span { border-color: rgb(75,131,29); }
td.TdClassName
{
border-color: #4B831D;
}
.TagClassName
{
border-color: #4B831D;
}
</style>