Shades of La Palma #4B973C
Tints of La Palma #4B973C
RGB
CMYK
RGB Variations
Color information
#4B973C (or 0x4B973C) is known color: La Palma. HEX triplet: 4B, 97 and 3C. RGB value is (75,151,60). Sum of RGB (Red+Green+Blue) = 75+151+60=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #4B973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B973C is #B468C3. Grayscale: #767676. Windows color (decimal): -11823300 or 3970891. OLE color: 3970891.
HSL color Cylindrical-coordinate representation of color #4B973C: hue angle of 110.11º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B973C is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 151 | 60 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.41 |
| HSL | 110.11º | 0.43% | 0.41% | - |
| HSV(B) | 110.11º | 0.6% | 0.59% | - |
| XYZ | 14.78 | 23.96 | 8.12 | - |
| YUV | 117.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 151 | 60 | 0.50 | 0 | 0.60 | 0.41 | 110.11 | 0.43 | 0.41 |
| Hex | 4B | 97 | 3C | 32 | 0 | 3C | 29 | 6E | 2B | 29 |
| Octal | 113 | 227 | 74 | 62 | 0 | 74 | 51 | 156 | 53 | 51 |
| Binary | 1001011 | 10010111 | 111100 | 110010 | 0 | 111100 | 101001 | 1101110 | 101011 | 101001 |
Color Harmonies of #4B973C
Complementary color
Monochromatic Colors of #4B973C
Black with #4B973C
Text Example
Text Example
White with #4B973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B973C; }
p { color: rgb(75,151,60); }
H1.HeaderClassName
{
color: #4B973C;
}
.AnyTagClassName
{
color: #4B973C;
}
</style>
background-color css
<style>
a { background-color: #4B973C; }
a { background-color: rgb(75,151,60); }
div.DivClassName
{
background-color: #4B973C;
}
.BgClassName
{
background-color: #4B973C;
}
</style>
border-color css
<style>
span { border-color: #4B973C; }
span { border-color: rgb(75,151,60); }
td.TdClassName
{
border-color: #4B973C;
}
.TagClassName
{
border-color: #4B973C;
}
</style>