Shades of La Palma #459F34
Tints of La Palma #459F34
RGB
CMYK
RGB Variations
Color information
#459F34 (or 0x459F34) is known color: La Palma. HEX triplet: 45, 9F and 34. RGB value is (69,159,52). Sum of RGB (Red+Green+Blue) = 69+159+52=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #459F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F34 is #BA60CB. Grayscale: #787878. Windows color (decimal): -12214476 or 3448645. OLE color: 3448645.
HSL color Cylindrical-coordinate representation of color #459F34: hue angle of 110.47º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459F34 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 52 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.38 |
| HSL | 110.47º | 0.51% | 0.41% | - |
| HSV(B) | 110.47º | 0.67% | 0.62% | - |
| XYZ | 15.47 | 26.31 | 7.51 | - |
| YUV | 119.89 | 89.68 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 52 | 0.57 | 0 | 0.67 | 0.38 | 110.47 | 0.51 | 0.41 |
| Hex | 45 | 9F | 34 | 39 | 0 | 43 | 26 | 6E | 33 | 29 |
| Octal | 105 | 237 | 64 | 71 | 0 | 103 | 46 | 156 | 63 | 51 |
| Binary | 1000101 | 10011111 | 110100 | 111001 | 0 | 1000011 | 100110 | 1101110 | 110011 | 101001 |
Color Harmonies of #459F34
Complementary color
Monochromatic Colors of #459F34
Black with #459F34
Text Example
Text Example
White with #459F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F34; }
p { color: rgb(69,159,52); }
H1.HeaderClassName
{
color: #459F34;
}
.AnyTagClassName
{
color: #459F34;
}
</style>
background-color css
<style>
a { background-color: #459F34; }
a { background-color: rgb(69,159,52); }
div.DivClassName
{
background-color: #459F34;
}
.BgClassName
{
background-color: #459F34;
}
</style>
border-color css
<style>
span { border-color: #459F34; }
span { border-color: rgb(69,159,52); }
td.TdClassName
{
border-color: #459F34;
}
.TagClassName
{
border-color: #459F34;
}
</style>