Shades of La Palma #4F8B33
Tints of La Palma #4F8B33
RGB
CMYK
RGB Variations
Color information
#4F8B33 (or 0x4F8B33) is known color: La Palma. HEX triplet: 4F, 8B and 33. RGB value is (79,139,51). Sum of RGB (Red+Green+Blue) = 79+139+51=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #4F8B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8B33 is #B074CC. Grayscale: #6F6F6F. Windows color (decimal): -11564237 or 3377999. OLE color: 3377999.
HSL color Cylindrical-coordinate representation of color #4F8B33: hue angle of 100.91º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F8B33 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 139 | 51 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.45 |
| HSL | 100.91º | 0.46% | 0.37% | - |
| HSV(B) | 100.91º | 0.63% | 0.55% | - |
| XYZ | 13.05 | 20.37 | 6.38 | - |
| YUV | 111.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 139 | 51 | 0.43 | 0 | 0.63 | 0.45 | 100.91 | 0.46 | 0.37 |
| Hex | 4F | 8B | 33 | 2B | 0 | 3F | 2D | 65 | 2E | 25 |
| Octal | 117 | 213 | 63 | 53 | 0 | 77 | 55 | 145 | 56 | 45 |
| Binary | 1001111 | 10001011 | 110011 | 101011 | 0 | 111111 | 101101 | 1100101 | 101110 | 100101 |
Color Harmonies of #4F8B33
Complementary color
Monochromatic Colors of #4F8B33
Black with #4F8B33
Text Example
Text Example
White with #4F8B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8B33; }
p { color: rgb(79,139,51); }
H1.HeaderClassName
{
color: #4F8B33;
}
.AnyTagClassName
{
color: #4F8B33;
}
</style>
background-color css
<style>
a { background-color: #4F8B33; }
a { background-color: rgb(79,139,51); }
div.DivClassName
{
background-color: #4F8B33;
}
.BgClassName
{
background-color: #4F8B33;
}
</style>
border-color css
<style>
span { border-color: #4F8B33; }
span { border-color: rgb(79,139,51); }
td.TdClassName
{
border-color: #4F8B33;
}
.TagClassName
{
border-color: #4F8B33;
}
</style>