Shades of La Palma #468F04
Tints of La Palma #468F04
RGB
CMYK
RGB Variations
Color information
#468F04 (or 0x468F04) is known color: La Palma. HEX triplet: 46, 8F and 04. RGB value is (70,143,4). Sum of RGB (Red+Green+Blue) = 70+143+4=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 143 (56.25% from 255 or 65.90% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 143 - color contains mainly: green. Hex color #468F04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468F04 is #B970FB. Grayscale: #696969. Windows color (decimal): -12153084 or 298822. OLE color: 298822.
HSL color Cylindrical-coordinate representation of color #468F04: hue angle of 91.51º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #468F04 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 4 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.44 |
| HSL | 91.51º | 0.95% | 0.29% | - |
| HSV(B) | 91.51º | 0.97% | 0.56% | - |
| XYZ | 12.37 | 20.96 | 3.51 | - |
| YUV | 105.33 | 70.82 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 4 | 0.51 | 0 | 0.97 | 0.44 | 91.51 | 0.95 | 0.29 |
| Hex | 46 | 8F | 4 | 33 | 0 | 61 | 2C | 5C | 5F | 1D |
| Octal | 106 | 217 | 4 | 63 | 0 | 141 | 54 | 134 | 137 | 35 |
| Binary | 1000110 | 10001111 | 100 | 110011 | 0 | 1100001 | 101100 | 1011100 | 1011111 | 11101 |
Color Harmonies of #468F04
Complementary color
Monochromatic Colors of #468F04
Black with #468F04
Text Example
Text Example
White with #468F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F04; }
p { color: rgb(70,143,4); }
H1.HeaderClassName
{
color: #468F04;
}
.AnyTagClassName
{
color: #468F04;
}
</style>
background-color css
<style>
a { background-color: #468F04; }
a { background-color: rgb(70,143,4); }
div.DivClassName
{
background-color: #468F04;
}
.BgClassName
{
background-color: #468F04;
}
</style>
border-color css
<style>
span { border-color: #468F04; }
span { border-color: rgb(70,143,4); }
td.TdClassName
{
border-color: #468F04;
}
.TagClassName
{
border-color: #468F04;
}
</style>