Shades of La Palma #459B1E
Tints of La Palma #459B1E
RGB
CMYK
RGB Variations
Color information
#459B1E (or 0x459B1E) is known color: La Palma. HEX triplet: 45, 9B and 1E. RGB value is (69,155,30). Sum of RGB (Red+Green+Blue) = 69+155+30=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 155 (60.94% from 255 or 61.02% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 155 - color contains mainly: green. Hex color #459B1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459B1E is #BA64E1. Grayscale: #737373. Windows color (decimal): -12215522 or 2005829. OLE color: 2005829.
HSL color Cylindrical-coordinate representation of color #459B1E: hue angle of 101.28º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #459B1E is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 30 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.39 |
| HSL | 101.28º | 0.68% | 0.36% | - |
| HSV(B) | 101.28º | 0.81% | 0.61% | - |
| XYZ | 14.41 | 24.8 | 5.26 | - |
| YUV | 115.04 | 80.01 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 30 | 0.55 | 0 | 0.81 | 0.39 | 101.28 | 0.68 | 0.36 |
| Hex | 45 | 9B | 1E | 37 | 0 | 51 | 27 | 65 | 44 | 24 |
| Octal | 105 | 233 | 36 | 67 | 0 | 121 | 47 | 145 | 104 | 44 |
| Binary | 1000101 | 10011011 | 11110 | 110111 | 0 | 1010001 | 100111 | 1100101 | 1000100 | 100100 |
Color Harmonies of #459B1E
Complementary color
Monochromatic Colors of #459B1E
Black with #459B1E
Text Example
Text Example
White with #459B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B1E; }
p { color: rgb(69,155,30); }
H1.HeaderClassName
{
color: #459B1E;
}
.AnyTagClassName
{
color: #459B1E;
}
</style>
background-color css
<style>
a { background-color: #459B1E; }
a { background-color: rgb(69,155,30); }
div.DivClassName
{
background-color: #459B1E;
}
.BgClassName
{
background-color: #459B1E;
}
</style>
border-color css
<style>
span { border-color: #459B1E; }
span { border-color: rgb(69,155,30); }
td.TdClassName
{
border-color: #459B1E;
}
.TagClassName
{
border-color: #459B1E;
}
</style>