Shades of La Palma #459000
Tints of La Palma #459000
RGB
CMYK
RGB Variations
Color information
#459000 (or 0x459000) is known color: La Palma. HEX triplet: 45, 90 and 00. RGB value is (69,144,0). Sum of RGB (Red+Green+Blue) = 69+144+0=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 144 (56.64% from 255 or 67.61% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 144 - color contains mainly: green. Hex color #459000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459000 is #BA6FFF. Grayscale: #696969. Windows color (decimal): -12218368 or 36933. OLE color: 36933.
HSL color Cylindrical-coordinate representation of color #459000: hue angle of 91.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #459000 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 144 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.44 |
| HSL | 91.25º | 1% | 0.28% | - |
| HSV(B) | 91.25º | 1% | 0.56% | - |
| XYZ | 12.43 | 21.21 | 3.44 | - |
| YUV | 105.16 | 68.65 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 0 | 0.52 | 0 | 1 | 0.44 | 91.25 | 1 | 0.28 |
| Hex | 45 | 90 | 0 | 34 | 0 | 64 | 2C | 5B | 64 | 1C |
| Octal | 105 | 220 | 0 | 64 | 0 | 144 | 54 | 133 | 144 | 34 |
| Binary | 1000101 | 10010000 | 0 | 110100 | 0 | 1100100 | 101100 | 1011011 | 1100100 | 11100 |
Color Harmonies of #459000
Complementary color
Monochromatic Colors of #459000
Black with #459000
Text Example
Text Example
White with #459000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459000; }
p { color: rgb(69,144,0); }
H1.HeaderClassName
{
color: #459000;
}
.AnyTagClassName
{
color: #459000;
}
</style>
background-color css
<style>
a { background-color: #459000; }
a { background-color: rgb(69,144,0); }
div.DivClassName
{
background-color: #459000;
}
.BgClassName
{
background-color: #459000;
}
</style>
border-color css
<style>
span { border-color: #459000; }
span { border-color: rgb(69,144,0); }
td.TdClassName
{
border-color: #459000;
}
.TagClassName
{
border-color: #459000;
}
</style>