Shades of La Palma #469D37
Tints of La Palma #469D37
RGB
CMYK
RGB Variations
Color information
#469D37 (or 0x469D37) is known color: La Palma. HEX triplet: 46, 9D and 37. RGB value is (70,157,55). Sum of RGB (Red+Green+Blue) = 70+157+55=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #469D37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D37 is #B962C8. Grayscale: #777777. Windows color (decimal): -12149449 or 3644742. OLE color: 3644742.
HSL color Cylindrical-coordinate representation of color #469D37: hue angle of 111.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #469D37 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 55 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.38 |
| HSL | 111.18º | 0.48% | 0.42% | - |
| HSV(B) | 111.18º | 0.65% | 0.62% | - |
| XYZ | 15.27 | 25.69 | 7.77 | - |
| YUV | 119.36 | 91.68 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 55 | 0.55 | 0 | 0.65 | 0.38 | 111.18 | 0.48 | 0.42 |
| Hex | 46 | 9D | 37 | 37 | 0 | 41 | 26 | 6F | 30 | 2A |
| Octal | 106 | 235 | 67 | 67 | 0 | 101 | 46 | 157 | 60 | 52 |
| Binary | 1000110 | 10011101 | 110111 | 110111 | 0 | 1000001 | 100110 | 1101111 | 110000 | 101010 |
Color Harmonies of #469D37
Complementary color
Monochromatic Colors of #469D37
Black with #469D37
Text Example
Text Example
White with #469D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D37; }
p { color: rgb(70,157,55); }
H1.HeaderClassName
{
color: #469D37;
}
.AnyTagClassName
{
color: #469D37;
}
</style>
background-color css
<style>
a { background-color: #469D37; }
a { background-color: rgb(70,157,55); }
div.DivClassName
{
background-color: #469D37;
}
.BgClassName
{
background-color: #469D37;
}
</style>
border-color css
<style>
span { border-color: #469D37; }
span { border-color: rgb(70,157,55); }
td.TdClassName
{
border-color: #469D37;
}
.TagClassName
{
border-color: #469D37;
}
</style>