Shades of La Palma #459A21
Tints of La Palma #459A21
RGB
CMYK
RGB Variations
Color information
#459A21 (or 0x459A21) is known color: La Palma. HEX triplet: 45, 9A and 21. RGB value is (69,154,33). Sum of RGB (Red+Green+Blue) = 69+154+33=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 154 (60.55% from 255 or 60.16% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 154 - color contains mainly: green. Hex color #459A21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459A21 is #BA65DE. Grayscale: #737373. Windows color (decimal): -12215775 or 2202181. OLE color: 2202181.
HSL color Cylindrical-coordinate representation of color #459A21: hue angle of 102.15º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #459A21 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 33 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.40 |
| HSL | 102.15º | 0.65% | 0.37% | - |
| HSV(B) | 102.15º | 0.79% | 0.6% | - |
| XYZ | 14.28 | 24.49 | 5.41 | - |
| YUV | 114.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 33 | 0.55 | 0 | 0.79 | 0.40 | 102.15 | 0.65 | 0.37 |
| Hex | 45 | 9A | 21 | 37 | 0 | 4F | 28 | 66 | 41 | 25 |
| Octal | 105 | 232 | 41 | 67 | 0 | 117 | 50 | 146 | 101 | 45 |
| Binary | 1000101 | 10011010 | 100001 | 110111 | 0 | 1001111 | 101000 | 1100110 | 1000001 | 100101 |
Color Harmonies of #459A21
Complementary color
Monochromatic Colors of #459A21
Black with #459A21
Text Example
Text Example
White with #459A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A21; }
p { color: rgb(69,154,33); }
H1.HeaderClassName
{
color: #459A21;
}
.AnyTagClassName
{
color: #459A21;
}
</style>
background-color css
<style>
a { background-color: #459A21; }
a { background-color: rgb(69,154,33); }
div.DivClassName
{
background-color: #459A21;
}
.BgClassName
{
background-color: #459A21;
}
</style>
border-color css
<style>
span { border-color: #459A21; }
span { border-color: rgb(69,154,33); }
td.TdClassName
{
border-color: #459A21;
}
.TagClassName
{
border-color: #459A21;
}
</style>