Shades of La Palma #4F8530
Tints of La Palma #4F8530
RGB
CMYK
RGB Variations
Color information
#4F8530 (or 0x4F8530) is known color: La Palma. HEX triplet: 4F, 85 and 30. RGB value is (79,133,48). Sum of RGB (Red+Green+Blue) = 79+133+48=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8530 is #B07ACF. Grayscale: #6B6B6B. Windows color (decimal): -11565776 or 3179855. OLE color: 3179855.
HSL color Cylindrical-coordinate representation of color #4F8530: hue angle of 98.12º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F8530 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 48 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.48 |
| HSL | 98.12º | 0.47% | 0.35% | - |
| HSV(B) | 98.12º | 0.64% | 0.52% | - |
| XYZ | 12.15 | 18.65 | 5.76 | - |
| YUV | 107.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 48 | 0.41 | 0 | 0.64 | 0.48 | 98.12 | 0.47 | 0.35 |
| Hex | 4F | 85 | 30 | 29 | 0 | 40 | 30 | 62 | 2F | 23 |
| Octal | 117 | 205 | 60 | 51 | 0 | 100 | 60 | 142 | 57 | 43 |
| Binary | 1001111 | 10000101 | 110000 | 101001 | 0 | 1000000 | 110000 | 1100010 | 101111 | 100011 |
Color Harmonies of #4F8530
Complementary color
Monochromatic Colors of #4F8530
Black with #4F8530
Text Example
Text Example
White with #4F8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8530; }
p { color: rgb(79,133,48); }
H1.HeaderClassName
{
color: #4F8530;
}
.AnyTagClassName
{
color: #4F8530;
}
</style>
background-color css
<style>
a { background-color: #4F8530; }
a { background-color: rgb(79,133,48); }
div.DivClassName
{
background-color: #4F8530;
}
.BgClassName
{
background-color: #4F8530;
}
</style>
border-color css
<style>
span { border-color: #4F8530; }
span { border-color: rgb(79,133,48); }
td.TdClassName
{
border-color: #4F8530;
}
.TagClassName
{
border-color: #4F8530;
}
</style>