Shades of La Palma #459B15
Tints of La Palma #459B15
RGB
CMYK
RGB Variations
Color information
#459B15 (or 0x459B15) is known color: La Palma. HEX triplet: 45, 9B and 15. RGB value is (69,155,21). Sum of RGB (Red+Green+Blue) = 69+155+21=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #459B15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459B15 is #BA64EA. Grayscale: #727272. Windows color (decimal): -12215531 or 1416005. OLE color: 1416005.
HSL color Cylindrical-coordinate representation of color #459B15: hue angle of 98.51º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #459B15 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 21 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.39 |
| HSL | 98.51º | 0.76% | 0.35% | - |
| HSV(B) | 98.51º | 0.86% | 0.61% | - |
| XYZ | 14.31 | 24.76 | 4.73 | - |
| YUV | 114.01 | 75.51 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 21 | 0.55 | 0 | 0.86 | 0.39 | 98.51 | 0.76 | 0.35 |
| Hex | 45 | 9B | 15 | 37 | 0 | 56 | 27 | 63 | 4C | 23 |
| Octal | 105 | 233 | 25 | 67 | 0 | 126 | 47 | 143 | 114 | 43 |
| Binary | 1000101 | 10011011 | 10101 | 110111 | 0 | 1010110 | 100111 | 1100011 | 1001100 | 100011 |
Color Harmonies of #459B15
Complementary color
Monochromatic Colors of #459B15
Black with #459B15
Text Example
Text Example
White with #459B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B15; }
p { color: rgb(69,155,21); }
H1.HeaderClassName
{
color: #459B15;
}
.AnyTagClassName
{
color: #459B15;
}
</style>
background-color css
<style>
a { background-color: #459B15; }
a { background-color: rgb(69,155,21); }
div.DivClassName
{
background-color: #459B15;
}
.BgClassName
{
background-color: #459B15;
}
</style>
border-color css
<style>
span { border-color: #459B15; }
span { border-color: rgb(69,155,21); }
td.TdClassName
{
border-color: #459B15;
}
.TagClassName
{
border-color: #459B15;
}
</style>