Shades of La Palma #459C15
Tints of La Palma #459C15
RGB
CMYK
RGB Variations
Color information
#459C15 (or 0x459C15) is known color: La Palma. HEX triplet: 45, 9C and 15. RGB value is (69,156,21). Sum of RGB (Red+Green+Blue) = 69+156+21=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #459C15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459C15 is #BA63EA. Grayscale: #737373. Windows color (decimal): -12215275 or 1416261. OLE color: 1416261.
HSL color Cylindrical-coordinate representation of color #459C15: hue angle of 98.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #459C15 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 21 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.39 |
| HSL | 98.67º | 0.76% | 0.35% | - |
| HSV(B) | 98.67º | 0.87% | 0.61% | - |
| XYZ | 14.48 | 25.1 | 4.79 | - |
| YUV | 114.6 | 75.18 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 21 | 0.56 | 0 | 0.87 | 0.39 | 98.67 | 0.76 | 0.35 |
| Hex | 45 | 9C | 15 | 38 | 0 | 57 | 27 | 63 | 4C | 23 |
| Octal | 105 | 234 | 25 | 70 | 0 | 127 | 47 | 143 | 114 | 43 |
| Binary | 1000101 | 10011100 | 10101 | 111000 | 0 | 1010111 | 100111 | 1100011 | 1001100 | 100011 |
Color Harmonies of #459C15
Complementary color
Monochromatic Colors of #459C15
Black with #459C15
Text Example
Text Example
White with #459C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C15; }
p { color: rgb(69,156,21); }
H1.HeaderClassName
{
color: #459C15;
}
.AnyTagClassName
{
color: #459C15;
}
</style>
background-color css
<style>
a { background-color: #459C15; }
a { background-color: rgb(69,156,21); }
div.DivClassName
{
background-color: #459C15;
}
.BgClassName
{
background-color: #459C15;
}
</style>
border-color css
<style>
span { border-color: #459C15; }
span { border-color: rgb(69,156,21); }
td.TdClassName
{
border-color: #459C15;
}
.TagClassName
{
border-color: #459C15;
}
</style>