Shades of La Palma #459F28
Tints of La Palma #459F28
RGB
CMYK
RGB Variations
Color information
#459F28 (or 0x459F28) is known color: La Palma. HEX triplet: 45, 9F and 28. RGB value is (69,159,40). Sum of RGB (Red+Green+Blue) = 69+159+40=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #459F28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F28 is #BA60D7. Grayscale: #767676. Windows color (decimal): -12214488 or 2662213. OLE color: 2662213.
HSL color Cylindrical-coordinate representation of color #459F28: hue angle of 105.38º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #459F28 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 40 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.38 |
| HSL | 105.38º | 0.6% | 0.39% | - |
| HSV(B) | 105.38º | 0.75% | 0.62% | - |
| XYZ | 15.24 | 26.21 | 6.26 | - |
| YUV | 118.52 | 83.68 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 40 | 0.57 | 0 | 0.75 | 0.38 | 105.38 | 0.6 | 0.39 |
| Hex | 45 | 9F | 28 | 39 | 0 | 4B | 26 | 69 | 3C | 27 |
| Octal | 105 | 237 | 50 | 71 | 0 | 113 | 46 | 151 | 74 | 47 |
| Binary | 1000101 | 10011111 | 101000 | 111001 | 0 | 1001011 | 100110 | 1101001 | 111100 | 100111 |
Color Harmonies of #459F28
Complementary color
Monochromatic Colors of #459F28
Black with #459F28
Text Example
Text Example
White with #459F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F28; }
p { color: rgb(69,159,40); }
H1.HeaderClassName
{
color: #459F28;
}
.AnyTagClassName
{
color: #459F28;
}
</style>
background-color css
<style>
a { background-color: #459F28; }
a { background-color: rgb(69,159,40); }
div.DivClassName
{
background-color: #459F28;
}
.BgClassName
{
background-color: #459F28;
}
</style>
border-color css
<style>
span { border-color: #459F28; }
span { border-color: rgb(69,159,40); }
td.TdClassName
{
border-color: #459F28;
}
.TagClassName
{
border-color: #459F28;
}
</style>