Shades of La Palma #458A39
Tints of La Palma #458A39
RGB
CMYK
RGB Variations
Color information
#458A39 (or 0x458A39) is known color: La Palma. HEX triplet: 45, 8A and 39. RGB value is (69,138,57). Sum of RGB (Red+Green+Blue) = 69+138+57=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #458A39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458A39 is #BA75C6. Grayscale: #6C6C6C. Windows color (decimal): -12219847 or 3770949. OLE color: 3770949.
HSL color Cylindrical-coordinate representation of color #458A39: hue angle of 111.11º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #458A39 is Cyan = 0.5, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 57 | - |
| CMYK | 0.5 | 0 | 0.59 | 0.46 |
| HSL | 111.11º | 0.42% | 0.38% | - |
| HSV(B) | 111.11º | 0.59% | 0.54% | - |
| XYZ | 12.28 | 19.74 | 7.03 | - |
| YUV | 108.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 57 | 0.5 | 0 | 0.59 | 0.46 | 111.11 | 0.42 | 0.38 |
| Hex | 45 | 8A | 39 | 32 | 0 | 3B | 2E | 6F | 2A | 26 |
| Octal | 105 | 212 | 71 | 62 | 0 | 73 | 56 | 157 | 52 | 46 |
| Binary | 1000101 | 10001010 | 111001 | 110010 | 0 | 111011 | 101110 | 1101111 | 101010 | 100110 |
Color Harmonies of #458A39
Complementary color
Monochromatic Colors of #458A39
Black with #458A39
Text Example
Text Example
White with #458A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A39; }
p { color: rgb(69,138,57); }
H1.HeaderClassName
{
color: #458A39;
}
.AnyTagClassName
{
color: #458A39;
}
</style>
background-color css
<style>
a { background-color: #458A39; }
a { background-color: rgb(69,138,57); }
div.DivClassName
{
background-color: #458A39;
}
.BgClassName
{
background-color: #458A39;
}
</style>
border-color css
<style>
span { border-color: #458A39; }
span { border-color: rgb(69,138,57); }
td.TdClassName
{
border-color: #458A39;
}
.TagClassName
{
border-color: #458A39;
}
</style>