Shades of La Palma #4B992F
Tints of La Palma #4B992F
RGB
CMYK
RGB Variations
Color information
#4B992F (or 0x4B992F) is known color: La Palma. HEX triplet: 4B, 99 and 2F. RGB value is (75,153,47). Sum of RGB (Red+Green+Blue) = 75+153+47=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #4B992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B992F is #B466D0. Grayscale: #757575. Windows color (decimal): -11822801 or 3119435. OLE color: 3119435.
HSL color Cylindrical-coordinate representation of color #4B992F: hue angle of 104.15º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B992F is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 153 | 47 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.4 |
| HSL | 104.15º | 0.53% | 0.39% | - |
| HSV(B) | 104.15º | 0.69% | 0.6% | - |
| XYZ | 14.81 | 24.48 | 6.63 | - |
| YUV | 117.59 | 88.16 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 47 | 0.51 | 0 | 0.69 | 0.4 | 104.15 | 0.53 | 0.39 |
| Hex | 4B | 99 | 2F | 33 | 0 | 45 | 28 | 68 | 35 | 27 |
| Octal | 113 | 231 | 57 | 63 | 0 | 105 | 50 | 150 | 65 | 47 |
| Binary | 1001011 | 10011001 | 101111 | 110011 | 0 | 1000101 | 101000 | 1101000 | 110101 | 100111 |
Color Harmonies of #4B992F
Complementary color
Monochromatic Colors of #4B992F
Black with #4B992F
Text Example
Text Example
White with #4B992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B992F; }
p { color: rgb(75,153,47); }
H1.HeaderClassName
{
color: #4B992F;
}
.AnyTagClassName
{
color: #4B992F;
}
</style>
background-color css
<style>
a { background-color: #4B992F; }
a { background-color: rgb(75,153,47); }
div.DivClassName
{
background-color: #4B992F;
}
.BgClassName
{
background-color: #4B992F;
}
</style>
border-color css
<style>
span { border-color: #4B992F; }
span { border-color: rgb(75,153,47); }
td.TdClassName
{
border-color: #4B992F;
}
.TagClassName
{
border-color: #4B992F;
}
</style>