Shades of La Palma #469E23
Tints of La Palma #469E23
RGB
CMYK
RGB Variations
Color information
#469E23 (or 0x469E23) is known color: La Palma. HEX triplet: 46, 9E and 23. RGB value is (70,158,35). Sum of RGB (Red+Green+Blue) = 70+158+35=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #469E23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469E23 is #B961DC. Grayscale: #767676. Windows color (decimal): -12149213 or 2334278. OLE color: 2334278.
HSL color Cylindrical-coordinate representation of color #469E23: hue angle of 102.93º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #469E23 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 158 | 35 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.38 |
| HSL | 102.93º | 0.64% | 0.38% | - |
| HSV(B) | 102.93º | 0.78% | 0.62% | - |
| XYZ | 15.06 | 25.88 | 5.79 | - |
| YUV | 117.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 35 | 0.56 | 0 | 0.78 | 0.38 | 102.93 | 0.64 | 0.38 |
| Hex | 46 | 9E | 23 | 38 | 0 | 4E | 26 | 67 | 40 | 26 |
| Octal | 106 | 236 | 43 | 70 | 0 | 116 | 46 | 147 | 100 | 46 |
| Binary | 1000110 | 10011110 | 100011 | 111000 | 0 | 1001110 | 100110 | 1100111 | 1000000 | 100110 |
Color Harmonies of #469E23
Complementary color
Monochromatic Colors of #469E23
Black with #469E23
Text Example
Text Example
White with #469E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469E23; }
p { color: rgb(70,158,35); }
H1.HeaderClassName
{
color: #469E23;
}
.AnyTagClassName
{
color: #469E23;
}
</style>
background-color css
<style>
a { background-color: #469E23; }
a { background-color: rgb(70,158,35); }
div.DivClassName
{
background-color: #469E23;
}
.BgClassName
{
background-color: #469E23;
}
</style>
border-color css
<style>
span { border-color: #469E23; }
span { border-color: rgb(70,158,35); }
td.TdClassName
{
border-color: #469E23;
}
.TagClassName
{
border-color: #469E23;
}
</style>