Shades of La Palma #4B932F
Tints of La Palma #4B932F
RGB
CMYK
RGB Variations
Color information
#4B932F (or 0x4B932F) is known color: La Palma. HEX triplet: 4B, 93 and 2F. RGB value is (75,147,47). Sum of RGB (Red+Green+Blue) = 75+147+47=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #4B932F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B932F is #B46CD0. Grayscale: #727272. Windows color (decimal): -11824337 or 3117899. OLE color: 3117899.
HSL color Cylindrical-coordinate representation of color #4B932F: hue angle of 103.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B932F is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 47 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.42 |
| HSL | 103.2º | 0.52% | 0.38% | - |
| HSV(B) | 103.2º | 0.68% | 0.58% | - |
| XYZ | 13.85 | 22.57 | 6.32 | - |
| YUV | 114.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 47 | 0.49 | 0 | 0.68 | 0.42 | 103.2 | 0.52 | 0.38 |
| Hex | 4B | 93 | 2F | 31 | 0 | 44 | 2A | 67 | 34 | 26 |
| Octal | 113 | 223 | 57 | 61 | 0 | 104 | 52 | 147 | 64 | 46 |
| Binary | 1001011 | 10010011 | 101111 | 110001 | 0 | 1000100 | 101010 | 1100111 | 110100 | 100110 |
Color Harmonies of #4B932F
Complementary color
Monochromatic Colors of #4B932F
Black with #4B932F
Text Example
Text Example
White with #4B932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B932F; }
p { color: rgb(75,147,47); }
H1.HeaderClassName
{
color: #4B932F;
}
.AnyTagClassName
{
color: #4B932F;
}
</style>
background-color css
<style>
a { background-color: #4B932F; }
a { background-color: rgb(75,147,47); }
div.DivClassName
{
background-color: #4B932F;
}
.BgClassName
{
background-color: #4B932F;
}
</style>
border-color css
<style>
span { border-color: #4B932F; }
span { border-color: rgb(75,147,47); }
td.TdClassName
{
border-color: #4B932F;
}
.TagClassName
{
border-color: #4B932F;
}
</style>