Shades of La Palma #4B7F31
Tints of La Palma #4B7F31
RGB
CMYK
RGB Variations
Color information
#4B7F31 (or 0x4B7F31) is known color: La Palma. HEX triplet: 4B, 7F and 31. RGB value is (75,127,49). Sum of RGB (Red+Green+Blue) = 75+127+49=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #4B7F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7F31 is #B480CE. Grayscale: #666666. Windows color (decimal): -11829455 or 3243851. OLE color: 3243851.
HSL color Cylindrical-coordinate representation of color #4B7F31: hue angle of 100º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B7F31 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 127 | 49 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.50 |
| HSL | 100º | 0.44% | 0.35% | - |
| HSV(B) | 100º | 0.61% | 0.5% | - |
| XYZ | 11.05 | 16.9 | 5.58 | - |
| YUV | 102.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 49 | 0.41 | 0 | 0.61 | 0.50 | 100 | 0.44 | 0.35 |
| Hex | 4B | 7F | 31 | 29 | 0 | 3D | 32 | 64 | 2C | 23 |
| Octal | 113 | 177 | 61 | 51 | 0 | 75 | 62 | 144 | 54 | 43 |
| Binary | 1001011 | 1111111 | 110001 | 101001 | 0 | 111101 | 110010 | 1100100 | 101100 | 100011 |
Color Harmonies of #4B7F31
Complementary color
Monochromatic Colors of #4B7F31
Black with #4B7F31
Text Example
Text Example
White with #4B7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7F31; }
p { color: rgb(75,127,49); }
H1.HeaderClassName
{
color: #4B7F31;
}
.AnyTagClassName
{
color: #4B7F31;
}
</style>
background-color css
<style>
a { background-color: #4B7F31; }
a { background-color: rgb(75,127,49); }
div.DivClassName
{
background-color: #4B7F31;
}
.BgClassName
{
background-color: #4B7F31;
}
</style>
border-color css
<style>
span { border-color: #4B7F31; }
span { border-color: rgb(75,127,49); }
td.TdClassName
{
border-color: #4B7F31;
}
.TagClassName
{
border-color: #4B7F31;
}
</style>