Shades of La Palma #4C8333
Tints of La Palma #4C8333
RGB
CMYK
RGB Variations
Color information
#4C8333 (or 0x4C8333) is known color: La Palma. HEX triplet: 4C, 83 and 33. RGB value is (76,131,51). Sum of RGB (Red+Green+Blue) = 76+131+51=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #4C8333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8333 is #B37CCC. Grayscale: #696969. Windows color (decimal): -11762893 or 3375948. OLE color: 3375948.
HSL color Cylindrical-coordinate representation of color #4C8333: hue angle of 101.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C8333 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 131 | 51 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.49 |
| HSL | 101.25º | 0.44% | 0.36% | - |
| HSV(B) | 101.25º | 0.61% | 0.51% | - |
| XYZ | 11.69 | 18.01 | 5.99 | - |
| YUV | 105.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 131 | 51 | 0.42 | 0 | 0.61 | 0.49 | 101.25 | 0.44 | 0.36 |
| Hex | 4C | 83 | 33 | 2A | 0 | 3D | 31 | 65 | 2C | 24 |
| Octal | 114 | 203 | 63 | 52 | 0 | 75 | 61 | 145 | 54 | 44 |
| Binary | 1001100 | 10000011 | 110011 | 101010 | 0 | 111101 | 110001 | 1100101 | 101100 | 100100 |
Color Harmonies of #4C8333
Complementary color
Monochromatic Colors of #4C8333
Black with #4C8333
Text Example
Text Example
White with #4C8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8333; }
p { color: rgb(76,131,51); }
H1.HeaderClassName
{
color: #4C8333;
}
.AnyTagClassName
{
color: #4C8333;
}
</style>
background-color css
<style>
a { background-color: #4C8333; }
a { background-color: rgb(76,131,51); }
div.DivClassName
{
background-color: #4C8333;
}
.BgClassName
{
background-color: #4C8333;
}
</style>
border-color css
<style>
span { border-color: #4C8333; }
span { border-color: rgb(76,131,51); }
td.TdClassName
{
border-color: #4C8333;
}
.TagClassName
{
border-color: #4C8333;
}
</style>