Shades of La Palma #459F25
Tints of La Palma #459F25
RGB
CMYK
RGB Variations
Color information
#459F25 (or 0x459F25) is known color: La Palma. HEX triplet: 45, 9F and 25. RGB value is (69,159,37). Sum of RGB (Red+Green+Blue) = 69+159+37=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 159 (62.5% from 255 or 60% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 159 - color contains mainly: green. Hex color #459F25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F25 is #BA60DA. Grayscale: #767676. Windows color (decimal): -12214491 or 2465605. OLE color: 2465605.
HSL color Cylindrical-coordinate representation of color #459F25: hue angle of 104.26º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #459F25 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 37 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.38 |
| HSL | 104.26º | 0.62% | 0.38% | - |
| HSV(B) | 104.26º | 0.77% | 0.62% | - |
| XYZ | 15.19 | 26.2 | 6.01 | - |
| YUV | 118.18 | 82.18 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 37 | 0.57 | 0 | 0.77 | 0.38 | 104.26 | 0.62 | 0.38 |
| Hex | 45 | 9F | 25 | 39 | 0 | 4D | 26 | 68 | 3E | 26 |
| Octal | 105 | 237 | 45 | 71 | 0 | 115 | 46 | 150 | 76 | 46 |
| Binary | 1000101 | 10011111 | 100101 | 111001 | 0 | 1001101 | 100110 | 1101000 | 111110 | 100110 |
Color Harmonies of #459F25
Complementary color
Monochromatic Colors of #459F25
Black with #459F25
Text Example
Text Example
White with #459F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F25; }
p { color: rgb(69,159,37); }
H1.HeaderClassName
{
color: #459F25;
}
.AnyTagClassName
{
color: #459F25;
}
</style>
background-color css
<style>
a { background-color: #459F25; }
a { background-color: rgb(69,159,37); }
div.DivClassName
{
background-color: #459F25;
}
.BgClassName
{
background-color: #459F25;
}
</style>
border-color css
<style>
span { border-color: #459F25; }
span { border-color: rgb(69,159,37); }
td.TdClassName
{
border-color: #459F25;
}
.TagClassName
{
border-color: #459F25;
}
</style>