Shades of La Palma #458A09
Tints of La Palma #458A09
RGB
CMYK
RGB Variations
Color information
#458A09 (or 0x458A09) is known color: La Palma. HEX triplet: 45, 8A and 09. RGB value is (69,138,9). Sum of RGB (Red+Green+Blue) = 69+138+9=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 138 (54.30% from 255 or 63.89% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 138 - color contains mainly: green. Hex color #458A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458A09 is #BA75F6. Grayscale: #676767. Windows color (decimal): -12219895 or 625221. OLE color: 625221.
HSL color Cylindrical-coordinate representation of color #458A09: hue angle of 92.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #458A09 is Cyan = 0.5, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 9 | - |
| CMYK | 0.5 | 0 | 0.93 | 0.46 |
| HSL | 92.09º | 0.88% | 0.29% | - |
| HSV(B) | 92.09º | 0.93% | 0.54% | - |
| XYZ | 11.59 | 19.46 | 3.4 | - |
| YUV | 102.66 | 75.14 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 9 | 0.5 | 0 | 0.93 | 0.46 | 92.09 | 0.88 | 0.29 |
| Hex | 45 | 8A | 9 | 32 | 0 | 5D | 2E | 5C | 58 | 1D |
| Octal | 105 | 212 | 11 | 62 | 0 | 135 | 56 | 134 | 130 | 35 |
| Binary | 1000101 | 10001010 | 1001 | 110010 | 0 | 1011101 | 101110 | 1011100 | 1011000 | 11101 |
Color Harmonies of #458A09
Complementary color
Monochromatic Colors of #458A09
Black with #458A09
Text Example
Text Example
White with #458A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A09; }
p { color: rgb(69,138,9); }
H1.HeaderClassName
{
color: #458A09;
}
.AnyTagClassName
{
color: #458A09;
}
</style>
background-color css
<style>
a { background-color: #458A09; }
a { background-color: rgb(69,138,9); }
div.DivClassName
{
background-color: #458A09;
}
.BgClassName
{
background-color: #458A09;
}
</style>
border-color css
<style>
span { border-color: #458A09; }
span { border-color: rgb(69,138,9); }
td.TdClassName
{
border-color: #458A09;
}
.TagClassName
{
border-color: #458A09;
}
</style>