Shades of La Palma #4F8323
Tints of La Palma #4F8323
RGB
CMYK
RGB Variations
Color information
#4F8323 (or 0x4F8323) is known color: La Palma. HEX triplet: 4F, 83 and 23. RGB value is (79,131,35). Sum of RGB (Red+Green+Blue) = 79+131+35=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #4F8323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8323 is #B07CDC. Grayscale: #686868. Windows color (decimal): -11566301 or 2327375. OLE color: 2327375.
HSL color Cylindrical-coordinate representation of color #4F8323: hue angle of 92.5º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F8323 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 131 | 35 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.49 |
| HSL | 92.5º | 0.58% | 0.33% | - |
| HSV(B) | 92.5º | 0.73% | 0.51% | - |
| XYZ | 11.64 | 18.02 | 4.45 | - |
| YUV | 104.51 | 88.77 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 35 | 0.40 | 0 | 0.73 | 0.49 | 92.5 | 0.58 | 0.33 |
| Hex | 4F | 83 | 23 | 28 | 0 | 49 | 31 | 5C | 3A | 21 |
| Octal | 117 | 203 | 43 | 50 | 0 | 111 | 61 | 134 | 72 | 41 |
| Binary | 1001111 | 10000011 | 100011 | 101000 | 0 | 1001001 | 110001 | 1011100 | 111010 | 100001 |
Color Harmonies of #4F8323
Complementary color
Monochromatic Colors of #4F8323
Black with #4F8323
Text Example
Text Example
White with #4F8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8323; }
p { color: rgb(79,131,35); }
H1.HeaderClassName
{
color: #4F8323;
}
.AnyTagClassName
{
color: #4F8323;
}
</style>
background-color css
<style>
a { background-color: #4F8323; }
a { background-color: rgb(79,131,35); }
div.DivClassName
{
background-color: #4F8323;
}
.BgClassName
{
background-color: #4F8323;
}
</style>
border-color css
<style>
span { border-color: #4F8323; }
span { border-color: rgb(79,131,35); }
td.TdClassName
{
border-color: #4F8323;
}
.TagClassName
{
border-color: #4F8323;
}
</style>