Shades of La Palma #468C34
Tints of La Palma #468C34
RGB
CMYK
RGB Variations
Color information
#468C34 (or 0x468C34) is known color: La Palma. HEX triplet: 46, 8C and 34. RGB value is (70,140,52). Sum of RGB (Red+Green+Blue) = 70+140+52=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #468C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C34 is #B973CB. Grayscale: #6D6D6D. Windows color (decimal): -12153804 or 3443782. OLE color: 3443782.
HSL color Cylindrical-coordinate representation of color #468C34: hue angle of 107.73º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468C34 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 52 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.45 |
| HSL | 107.73º | 0.46% | 0.38% | - |
| HSV(B) | 107.73º | 0.63% | 0.55% | - |
| XYZ | 12.52 | 20.31 | 6.51 | - |
| YUV | 109.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 52 | 0.50 | 0 | 0.63 | 0.45 | 107.73 | 0.46 | 0.38 |
| Hex | 46 | 8C | 34 | 32 | 0 | 3F | 2D | 6C | 2E | 26 |
| Octal | 106 | 214 | 64 | 62 | 0 | 77 | 55 | 154 | 56 | 46 |
| Binary | 1000110 | 10001100 | 110100 | 110010 | 0 | 111111 | 101101 | 1101100 | 101110 | 100110 |
Color Harmonies of #468C34
Complementary color
Monochromatic Colors of #468C34
Black with #468C34
Text Example
Text Example
White with #468C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C34; }
p { color: rgb(70,140,52); }
H1.HeaderClassName
{
color: #468C34;
}
.AnyTagClassName
{
color: #468C34;
}
</style>
background-color css
<style>
a { background-color: #468C34; }
a { background-color: rgb(70,140,52); }
div.DivClassName
{
background-color: #468C34;
}
.BgClassName
{
background-color: #468C34;
}
</style>
border-color css
<style>
span { border-color: #468C34; }
span { border-color: rgb(70,140,52); }
td.TdClassName
{
border-color: #468C34;
}
.TagClassName
{
border-color: #468C34;
}
</style>