Shades of La Palma #4C9630
Tints of La Palma #4C9630
RGB
CMYK
RGB Variations
Color information
#4C9630 (or 0x4C9630) is known color: La Palma. HEX triplet: 4C, 96 and 30. RGB value is (76,150,48). Sum of RGB (Red+Green+Blue) = 76+150+48=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #4C9630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9630 is #B369CF. Grayscale: #747474. Windows color (decimal): -11758032 or 3184204. OLE color: 3184204.
HSL color Cylindrical-coordinate representation of color #4C9630: hue angle of 103.53º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C9630 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 48 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.41 |
| HSL | 103.53º | 0.52% | 0.39% | - |
| HSV(B) | 103.53º | 0.68% | 0.59% | - |
| XYZ | 14.42 | 23.56 | 6.58 | - |
| YUV | 116.25 | 89.48 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 48 | 0.49 | 0 | 0.68 | 0.41 | 103.53 | 0.52 | 0.39 |
| Hex | 4C | 96 | 30 | 31 | 0 | 44 | 29 | 68 | 34 | 27 |
| Octal | 114 | 226 | 60 | 61 | 0 | 104 | 51 | 150 | 64 | 47 |
| Binary | 1001100 | 10010110 | 110000 | 110001 | 0 | 1000100 | 101001 | 1101000 | 110100 | 100111 |
Color Harmonies of #4C9630
Complementary color
Monochromatic Colors of #4C9630
Black with #4C9630
Text Example
Text Example
White with #4C9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9630; }
p { color: rgb(76,150,48); }
H1.HeaderClassName
{
color: #4C9630;
}
.AnyTagClassName
{
color: #4C9630;
}
</style>
background-color css
<style>
a { background-color: #4C9630; }
a { background-color: rgb(76,150,48); }
div.DivClassName
{
background-color: #4C9630;
}
.BgClassName
{
background-color: #4C9630;
}
</style>
border-color css
<style>
span { border-color: #4C9630; }
span { border-color: rgb(76,150,48); }
td.TdClassName
{
border-color: #4C9630;
}
.TagClassName
{
border-color: #4C9630;
}
</style>