Shades of La Palma #4C9B28
Tints of La Palma #4C9B28
RGB
CMYK
RGB Variations
Color information
#4C9B28 (or 0x4C9B28) is known color: La Palma. HEX triplet: 4C, 9B and 28. RGB value is (76,155,40). Sum of RGB (Red+Green+Blue) = 76+155+40=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9B28 is #B364D7. Grayscale: #767676. Windows color (decimal): -11756760 or 2661196. OLE color: 2661196.
HSL color Cylindrical-coordinate representation of color #4C9B28: hue angle of 101.22º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C9B28 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 155 | 40 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.39 |
| HSL | 101.22º | 0.59% | 0.38% | - |
| HSV(B) | 101.22º | 0.74% | 0.61% | - |
| XYZ | 15.08 | 25.13 | 6.06 | - |
| YUV | 118.27 | 83.83 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 40 | 0.51 | 0 | 0.74 | 0.39 | 101.22 | 0.59 | 0.38 |
| Hex | 4C | 9B | 28 | 33 | 0 | 4A | 27 | 65 | 3B | 26 |
| Octal | 114 | 233 | 50 | 63 | 0 | 112 | 47 | 145 | 73 | 46 |
| Binary | 1001100 | 10011011 | 101000 | 110011 | 0 | 1001010 | 100111 | 1100101 | 111011 | 100110 |
Color Harmonies of #4C9B28
Complementary color
Monochromatic Colors of #4C9B28
Black with #4C9B28
Text Example
Text Example
White with #4C9B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9B28; }
p { color: rgb(76,155,40); }
H1.HeaderClassName
{
color: #4C9B28;
}
.AnyTagClassName
{
color: #4C9B28;
}
</style>
background-color css
<style>
a { background-color: #4C9B28; }
a { background-color: rgb(76,155,40); }
div.DivClassName
{
background-color: #4C9B28;
}
.BgClassName
{
background-color: #4C9B28;
}
</style>
border-color css
<style>
span { border-color: #4C9B28; }
span { border-color: rgb(76,155,40); }
td.TdClassName
{
border-color: #4C9B28;
}
.TagClassName
{
border-color: #4C9B28;
}
</style>