Shades of La Palma #469D39
Tints of La Palma #469D39
RGB
CMYK
RGB Variations
Color information
#469D39 (or 0x469D39) is known color: La Palma. HEX triplet: 46, 9D and 39. RGB value is (70,157,57). Sum of RGB (Red+Green+Blue) = 70+157+57=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #469D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D39 is #B962C6. Grayscale: #777777. Windows color (decimal): -12149447 or 3775814. OLE color: 3775814.
HSL color Cylindrical-coordinate representation of color #469D39: hue angle of 112.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #469D39 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 57 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.38 |
| HSL | 112.2º | 0.47% | 0.42% | - |
| HSV(B) | 112.2º | 0.64% | 0.62% | - |
| XYZ | 15.32 | 25.71 | 8.03 | - |
| YUV | 119.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 57 | 0.55 | 0 | 0.64 | 0.38 | 112.2 | 0.47 | 0.42 |
| Hex | 46 | 9D | 39 | 37 | 0 | 40 | 26 | 70 | 2F | 2A |
| Octal | 106 | 235 | 71 | 67 | 0 | 100 | 46 | 160 | 57 | 52 |
| Binary | 1000110 | 10011101 | 111001 | 110111 | 0 | 1000000 | 100110 | 1110000 | 101111 | 101010 |
Color Harmonies of #469D39
Complementary color
Monochromatic Colors of #469D39
Black with #469D39
Text Example
Text Example
White with #469D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D39; }
p { color: rgb(70,157,57); }
H1.HeaderClassName
{
color: #469D39;
}
.AnyTagClassName
{
color: #469D39;
}
</style>
background-color css
<style>
a { background-color: #469D39; }
a { background-color: rgb(70,157,57); }
div.DivClassName
{
background-color: #469D39;
}
.BgClassName
{
background-color: #469D39;
}
</style>
border-color css
<style>
span { border-color: #469D39; }
span { border-color: rgb(70,157,57); }
td.TdClassName
{
border-color: #469D39;
}
.TagClassName
{
border-color: #469D39;
}
</style>