Shades of La Palma #468C23
Tints of La Palma #468C23
RGB
CMYK
RGB Variations
Color information
#468C23 (or 0x468C23) is known color: La Palma. HEX triplet: 46, 8C and 23. RGB value is (70,140,35). Sum of RGB (Red+Green+Blue) = 70+140+35=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #468C23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C23 is #B973DC. Grayscale: #6B6B6B. Windows color (decimal): -12153821 or 2329670. OLE color: 2329670.
HSL color Cylindrical-coordinate representation of color #468C23: hue angle of 100º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #468C23 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 35 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.45 |
| HSL | 100º | 0.6% | 0.34% | - |
| HSV(B) | 100º | 0.75% | 0.55% | - |
| XYZ | 12.21 | 20.18 | 4.84 | - |
| YUV | 107.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 35 | 0.50 | 0 | 0.75 | 0.45 | 100 | 0.6 | 0.34 |
| Hex | 46 | 8C | 23 | 32 | 0 | 4B | 2D | 64 | 3C | 22 |
| Octal | 106 | 214 | 43 | 62 | 0 | 113 | 55 | 144 | 74 | 42 |
| Binary | 1000110 | 10001100 | 100011 | 110010 | 0 | 1001011 | 101101 | 1100100 | 111100 | 100010 |
Color Harmonies of #468C23
Complementary color
Monochromatic Colors of #468C23
Black with #468C23
Text Example
Text Example
White with #468C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C23; }
p { color: rgb(70,140,35); }
H1.HeaderClassName
{
color: #468C23;
}
.AnyTagClassName
{
color: #468C23;
}
</style>
background-color css
<style>
a { background-color: #468C23; }
a { background-color: rgb(70,140,35); }
div.DivClassName
{
background-color: #468C23;
}
.BgClassName
{
background-color: #468C23;
}
</style>
border-color css
<style>
span { border-color: #468C23; }
span { border-color: rgb(70,140,35); }
td.TdClassName
{
border-color: #468C23;
}
.TagClassName
{
border-color: #468C23;
}
</style>