Shades of La Palma #468C13
Tints of La Palma #468C13
RGB
CMYK
RGB Variations
Color information
#468C13 (or 0x468C13) is known color: La Palma. HEX triplet: 46, 8C and 13. RGB value is (70,140,19). Sum of RGB (Red+Green+Blue) = 70+140+19=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #468C13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468C13 is #B973EC. Grayscale: #696969. Windows color (decimal): -12153837 or 1281094. OLE color: 1281094.
HSL color Cylindrical-coordinate representation of color #468C13: hue angle of 94.71º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #468C13 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 19 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.45 |
| HSL | 94.71º | 0.76% | 0.31% | - |
| HSV(B) | 94.71º | 0.86% | 0.55% | - |
| XYZ | 12.02 | 20.11 | 3.86 | - |
| YUV | 105.28 | 79.31 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 19 | 0.50 | 0 | 0.86 | 0.45 | 94.71 | 0.76 | 0.31 |
| Hex | 46 | 8C | 13 | 32 | 0 | 56 | 2D | 5F | 4C | 1F |
| Octal | 106 | 214 | 23 | 62 | 0 | 126 | 55 | 137 | 114 | 37 |
| Binary | 1000110 | 10001100 | 10011 | 110010 | 0 | 1010110 | 101101 | 1011111 | 1001100 | 11111 |
Color Harmonies of #468C13
Complementary color
Monochromatic Colors of #468C13
Black with #468C13
Text Example
Text Example
White with #468C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C13; }
p { color: rgb(70,140,19); }
H1.HeaderClassName
{
color: #468C13;
}
.AnyTagClassName
{
color: #468C13;
}
</style>
background-color css
<style>
a { background-color: #468C13; }
a { background-color: rgb(70,140,19); }
div.DivClassName
{
background-color: #468C13;
}
.BgClassName
{
background-color: #468C13;
}
</style>
border-color css
<style>
span { border-color: #468C13; }
span { border-color: rgb(70,140,19); }
td.TdClassName
{
border-color: #468C13;
}
.TagClassName
{
border-color: #468C13;
}
</style>