Shades of La Palma #4B941D
Tints of La Palma #4B941D
RGB
CMYK
RGB Variations
Color information
#4B941D (or 0x4B941D) is known color: La Palma. HEX triplet: 4B, 94 and 1D. RGB value is (75,148,29). Sum of RGB (Red+Green+Blue) = 75+148+29=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #4B941D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B941D is #B46BE2. Grayscale: #717171. Windows color (decimal): -11824099 or 1938507. OLE color: 1938507.
HSL color Cylindrical-coordinate representation of color #4B941D: hue angle of 96.81º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B941D is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 148 | 29 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.42 |
| HSL | 96.81º | 0.67% | 0.35% | - |
| HSV(B) | 96.81º | 0.8% | 0.58% | - |
| XYZ | 13.71 | 22.76 | 4.83 | - |
| YUV | 112.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 148 | 29 | 0.49 | 0 | 0.80 | 0.42 | 96.81 | 0.67 | 0.35 |
| Hex | 4B | 94 | 1D | 31 | 0 | 50 | 2A | 61 | 43 | 23 |
| Octal | 113 | 224 | 35 | 61 | 0 | 120 | 52 | 141 | 103 | 43 |
| Binary | 1001011 | 10010100 | 11101 | 110001 | 0 | 1010000 | 101010 | 1100001 | 1000011 | 100011 |
Color Harmonies of #4B941D
Complementary color
Monochromatic Colors of #4B941D
Black with #4B941D
Text Example
Text Example
White with #4B941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B941D; }
p { color: rgb(75,148,29); }
H1.HeaderClassName
{
color: #4B941D;
}
.AnyTagClassName
{
color: #4B941D;
}
</style>
background-color css
<style>
a { background-color: #4B941D; }
a { background-color: rgb(75,148,29); }
div.DivClassName
{
background-color: #4B941D;
}
.BgClassName
{
background-color: #4B941D;
}
</style>
border-color css
<style>
span { border-color: #4B941D; }
span { border-color: rgb(75,148,29); }
td.TdClassName
{
border-color: #4B941D;
}
.TagClassName
{
border-color: #4B941D;
}
</style>