Shades of La Palma #469B21
Tints of La Palma #469B21
RGB
CMYK
RGB Variations
Color information
#469B21 (or 0x469B21) is known color: La Palma. HEX triplet: 46, 9B and 21. RGB value is (70,155,33). Sum of RGB (Red+Green+Blue) = 70+155+33=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 155 (60.94% from 255 or 60.08% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 155 - color contains mainly: green. Hex color #469B21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B21 is #B964DE. Grayscale: #747474. Windows color (decimal): -12149983 or 2202438. OLE color: 2202438.
HSL color Cylindrical-coordinate representation of color #469B21: hue angle of 101.8º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #469B21 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 33 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.39 |
| HSL | 101.8º | 0.65% | 0.37% | - |
| HSV(B) | 101.8º | 0.79% | 0.61% | - |
| XYZ | 14.52 | 24.85 | 5.47 | - |
| YUV | 115.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 33 | 0.55 | 0 | 0.79 | 0.39 | 101.8 | 0.65 | 0.37 |
| Hex | 46 | 9B | 21 | 37 | 0 | 4F | 27 | 66 | 41 | 25 |
| Octal | 106 | 233 | 41 | 67 | 0 | 117 | 47 | 146 | 101 | 45 |
| Binary | 1000110 | 10011011 | 100001 | 110111 | 0 | 1001111 | 100111 | 1100110 | 1000001 | 100101 |
Color Harmonies of #469B21
Complementary color
Monochromatic Colors of #469B21
Black with #469B21
Text Example
Text Example
White with #469B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B21; }
p { color: rgb(70,155,33); }
H1.HeaderClassName
{
color: #469B21;
}
.AnyTagClassName
{
color: #469B21;
}
</style>
background-color css
<style>
a { background-color: #469B21; }
a { background-color: rgb(70,155,33); }
div.DivClassName
{
background-color: #469B21;
}
.BgClassName
{
background-color: #469B21;
}
</style>
border-color css
<style>
span { border-color: #469B21; }
span { border-color: rgb(70,155,33); }
td.TdClassName
{
border-color: #469B21;
}
.TagClassName
{
border-color: #469B21;
}
</style>