Shades of La Palma #458D00
Tints of La Palma #458D00
RGB
CMYK
RGB Variations
Color information
#458D00 (or 0x458D00) is known color: La Palma. HEX triplet: 45, 8D and 00. RGB value is (69,141,0). Sum of RGB (Red+Green+Blue) = 69+141+0=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #458D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458D00 is #BA72FF. Grayscale: #676767. Windows color (decimal): -12219136 or 36165. OLE color: 36165.
HSL color Cylindrical-coordinate representation of color #458D00: hue angle of 90.64º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #458D00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.45 |
| HSL | 90.64º | 1% | 0.28% | - |
| HSV(B) | 90.64º | 1% | 0.55% | - |
| XYZ | 11.98 | 20.31 | 3.29 | - |
| YUV | 103.4 | 69.65 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 0 | 0.51 | 0 | 1 | 0.45 | 90.64 | 1 | 0.28 |
| Hex | 45 | 8D | 0 | 33 | 0 | 64 | 2D | 5B | 64 | 1C |
| Octal | 105 | 215 | 0 | 63 | 0 | 144 | 55 | 133 | 144 | 34 |
| Binary | 1000101 | 10001101 | 0 | 110011 | 0 | 1100100 | 101101 | 1011011 | 1100100 | 11100 |
Color Harmonies of #458D00
Complementary color
Monochromatic Colors of #458D00
Black with #458D00
Text Example
Text Example
White with #458D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D00; }
p { color: rgb(69,141,0); }
H1.HeaderClassName
{
color: #458D00;
}
.AnyTagClassName
{
color: #458D00;
}
</style>
background-color css
<style>
a { background-color: #458D00; }
a { background-color: rgb(69,141,0); }
div.DivClassName
{
background-color: #458D00;
}
.BgClassName
{
background-color: #458D00;
}
</style>
border-color css
<style>
span { border-color: #458D00; }
span { border-color: rgb(69,141,0); }
td.TdClassName
{
border-color: #458D00;
}
.TagClassName
{
border-color: #458D00;
}
</style>