Shades of La Palma #458B19
Tints of La Palma #458B19
RGB
CMYK
RGB Variations
Color information
#458B19 (or 0x458B19) is known color: La Palma. HEX triplet: 45, 8B and 19. RGB value is (69,139,25). Sum of RGB (Red+Green+Blue) = 69+139+25=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #458B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458B19 is #BA74E6. Grayscale: #696969. Windows color (decimal): -12219623 or 1674053. OLE color: 1674053.
HSL color Cylindrical-coordinate representation of color #458B19: hue angle of 96.84º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #458B19 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 25 | - |
| CMYK | 0.50 | 0 | 0.82 | 0.45 |
| HSL | 96.84º | 0.7% | 0.32% | - |
| HSV(B) | 96.84º | 0.82% | 0.55% | - |
| XYZ | 11.86 | 19.8 | 4.12 | - |
| YUV | 105.07 | 82.81 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 25 | 0.50 | 0 | 0.82 | 0.45 | 96.84 | 0.7 | 0.32 |
| Hex | 45 | 8B | 19 | 32 | 0 | 52 | 2D | 61 | 46 | 20 |
| Octal | 105 | 213 | 31 | 62 | 0 | 122 | 55 | 141 | 106 | 40 |
| Binary | 1000101 | 10001011 | 11001 | 110010 | 0 | 1010010 | 101101 | 1100001 | 1000110 | 100000 |
Color Harmonies of #458B19
Complementary color
Monochromatic Colors of #458B19
Black with #458B19
Text Example
Text Example
White with #458B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B19; }
p { color: rgb(69,139,25); }
H1.HeaderClassName
{
color: #458B19;
}
.AnyTagClassName
{
color: #458B19;
}
</style>
background-color css
<style>
a { background-color: #458B19; }
a { background-color: rgb(69,139,25); }
div.DivClassName
{
background-color: #458B19;
}
.BgClassName
{
background-color: #458B19;
}
</style>
border-color css
<style>
span { border-color: #458B19; }
span { border-color: rgb(69,139,25); }
td.TdClassName
{
border-color: #458B19;
}
.TagClassName
{
border-color: #458B19;
}
</style>