Shades of La Palma #468C39
Tints of La Palma #468C39
RGB
CMYK
RGB Variations
Color information
#468C39 (or 0x468C39) is known color: La Palma. HEX triplet: 46, 8C and 39. RGB value is (70,140,57). Sum of RGB (Red+Green+Blue) = 70+140+57=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #468C39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C39 is #B973C6. Grayscale: #6D6D6D. Windows color (decimal): -12153799 or 3771462. OLE color: 3771462.
HSL color Cylindrical-coordinate representation of color #468C39: hue angle of 110.6º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #468C39 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 57 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.45 |
| HSL | 110.6º | 0.42% | 0.39% | - |
| HSV(B) | 110.6º | 0.59% | 0.55% | - |
| XYZ | 12.64 | 20.35 | 7.13 | - |
| YUV | 109.61 | 98.31 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 57 | 0.50 | 0 | 0.59 | 0.45 | 110.6 | 0.42 | 0.39 |
| Hex | 46 | 8C | 39 | 32 | 0 | 3B | 2D | 6F | 2A | 27 |
| Octal | 106 | 214 | 71 | 62 | 0 | 73 | 55 | 157 | 52 | 47 |
| Binary | 1000110 | 10001100 | 111001 | 110010 | 0 | 111011 | 101101 | 1101111 | 101010 | 100111 |
Color Harmonies of #468C39
Complementary color
Monochromatic Colors of #468C39
Black with #468C39
Text Example
Text Example
White with #468C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C39; }
p { color: rgb(70,140,57); }
H1.HeaderClassName
{
color: #468C39;
}
.AnyTagClassName
{
color: #468C39;
}
</style>
background-color css
<style>
a { background-color: #468C39; }
a { background-color: rgb(70,140,57); }
div.DivClassName
{
background-color: #468C39;
}
.BgClassName
{
background-color: #468C39;
}
</style>
border-color css
<style>
span { border-color: #468C39; }
span { border-color: rgb(70,140,57); }
td.TdClassName
{
border-color: #468C39;
}
.TagClassName
{
border-color: #468C39;
}
</style>