Shades of La Palma #458A15
Tints of La Palma #458A15
RGB
CMYK
RGB Variations
Color information
#458A15 (or 0x458A15) is known color: La Palma. HEX triplet: 45, 8A and 15. RGB value is (69,138,21). Sum of RGB (Red+Green+Blue) = 69+138+21=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #458A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458A15 is #BA75EA. Grayscale: #686868. Windows color (decimal): -12219883 or 1411653. OLE color: 1411653.
HSL color Cylindrical-coordinate representation of color #458A15: hue angle of 95.38º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #458A15 is Cyan = 0.5, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 21 | - |
| CMYK | 0.5 | 0 | 0.85 | 0.46 |
| HSL | 95.38º | 0.74% | 0.31% | - |
| HSV(B) | 95.38º | 0.85% | 0.54% | - |
| XYZ | 11.68 | 19.5 | 3.86 | - |
| YUV | 104.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 21 | 0.5 | 0 | 0.85 | 0.46 | 95.38 | 0.74 | 0.31 |
| Hex | 45 | 8A | 15 | 32 | 0 | 55 | 2E | 5F | 4A | 1F |
| Octal | 105 | 212 | 25 | 62 | 0 | 125 | 56 | 137 | 112 | 37 |
| Binary | 1000101 | 10001010 | 10101 | 110010 | 0 | 1010101 | 101110 | 1011111 | 1001010 | 11111 |
Color Harmonies of #458A15
Complementary color
Monochromatic Colors of #458A15
Black with #458A15
Text Example
Text Example
White with #458A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A15; }
p { color: rgb(69,138,21); }
H1.HeaderClassName
{
color: #458A15;
}
.AnyTagClassName
{
color: #458A15;
}
</style>
background-color css
<style>
a { background-color: #458A15; }
a { background-color: rgb(69,138,21); }
div.DivClassName
{
background-color: #458A15;
}
.BgClassName
{
background-color: #458A15;
}
</style>
border-color css
<style>
span { border-color: #458A15; }
span { border-color: rgb(69,138,21); }
td.TdClassName
{
border-color: #458A15;
}
.TagClassName
{
border-color: #458A15;
}
</style>