Shades of La Palma #459A31
Tints of La Palma #459A31
RGB
CMYK
RGB Variations
Color information
#459A31 (or 0x459A31) is known color: La Palma. HEX triplet: 45, 9A and 31. RGB value is (69,154,49). Sum of RGB (Red+Green+Blue) = 69+154+49=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 154 (60.55% from 255 or 56.62% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 154 - color contains mainly: green. Hex color #459A31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459A31 is #BA65CE. Grayscale: #747474. Windows color (decimal): -12215759 or 3250757. OLE color: 3250757.
HSL color Cylindrical-coordinate representation of color #459A31: hue angle of 108.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459A31 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 49 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.40 |
| HSL | 108.57º | 0.52% | 0.4% | - |
| HSV(B) | 108.57º | 0.68% | 0.6% | - |
| XYZ | 14.56 | 24.6 | 6.89 | - |
| YUV | 116.62 | 89.84 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 49 | 0.55 | 0 | 0.68 | 0.40 | 108.57 | 0.52 | 0.4 |
| Hex | 45 | 9A | 31 | 37 | 0 | 44 | 28 | 6D | 34 | 28 |
| Octal | 105 | 232 | 61 | 67 | 0 | 104 | 50 | 155 | 64 | 50 |
| Binary | 1000101 | 10011010 | 110001 | 110111 | 0 | 1000100 | 101000 | 1101101 | 110100 | 101000 |
Color Harmonies of #459A31
Complementary color
Monochromatic Colors of #459A31
Black with #459A31
Text Example
Text Example
White with #459A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A31; }
p { color: rgb(69,154,49); }
H1.HeaderClassName
{
color: #459A31;
}
.AnyTagClassName
{
color: #459A31;
}
</style>
background-color css
<style>
a { background-color: #459A31; }
a { background-color: rgb(69,154,49); }
div.DivClassName
{
background-color: #459A31;
}
.BgClassName
{
background-color: #459A31;
}
</style>
border-color css
<style>
span { border-color: #459A31; }
span { border-color: rgb(69,154,49); }
td.TdClassName
{
border-color: #459A31;
}
.TagClassName
{
border-color: #459A31;
}
</style>