Shades of La Palma #459F30
Tints of La Palma #459F30
RGB
CMYK
RGB Variations
Color information
#459F30 (or 0x459F30) is known color: La Palma. HEX triplet: 45, 9F and 30. RGB value is (69,159,48). Sum of RGB (Red+Green+Blue) = 69+159+48=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #459F30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F30 is #BA60CF. Grayscale: #777777. Windows color (decimal): -12214480 or 3186501. OLE color: 3186501.
HSL color Cylindrical-coordinate representation of color #459F30: hue angle of 108.65º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #459F30 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 48 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.38 |
| HSL | 108.65º | 0.54% | 0.41% | - |
| HSV(B) | 108.65º | 0.7% | 0.62% | - |
| XYZ | 15.39 | 26.27 | 7.06 | - |
| YUV | 119.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 48 | 0.57 | 0 | 0.70 | 0.38 | 108.65 | 0.54 | 0.41 |
| Hex | 45 | 9F | 30 | 39 | 0 | 46 | 26 | 6D | 36 | 29 |
| Octal | 105 | 237 | 60 | 71 | 0 | 106 | 46 | 155 | 66 | 51 |
| Binary | 1000101 | 10011111 | 110000 | 111001 | 0 | 1000110 | 100110 | 1101101 | 110110 | 101001 |
Color Harmonies of #459F30
Complementary color
Monochromatic Colors of #459F30
Black with #459F30
Text Example
Text Example
White with #459F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F30; }
p { color: rgb(69,159,48); }
H1.HeaderClassName
{
color: #459F30;
}
.AnyTagClassName
{
color: #459F30;
}
</style>
background-color css
<style>
a { background-color: #459F30; }
a { background-color: rgb(69,159,48); }
div.DivClassName
{
background-color: #459F30;
}
.BgClassName
{
background-color: #459F30;
}
</style>
border-color css
<style>
span { border-color: #459F30; }
span { border-color: rgb(69,159,48); }
td.TdClassName
{
border-color: #459F30;
}
.TagClassName
{
border-color: #459F30;
}
</style>