Shades of La Palma #459D1B
Tints of La Palma #459D1B
RGB
CMYK
RGB Variations
Color information
#459D1B (or 0x459D1B) is known color: La Palma. HEX triplet: 45, 9D and 1B. RGB value is (69,157,27). Sum of RGB (Red+Green+Blue) = 69+157+27=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #459D1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459D1B is #BA62E4. Grayscale: #747474. Windows color (decimal): -12215013 or 1809733. OLE color: 1809733.
HSL color Cylindrical-coordinate representation of color #459D1B: hue angle of 100.62º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #459D1B is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 27 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.38 |
| HSL | 100.62º | 0.71% | 0.36% | - |
| HSV(B) | 100.62º | 0.83% | 0.62% | - |
| XYZ | 14.71 | 25.46 | 5.18 | - |
| YUV | 115.87 | 77.85 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 27 | 0.56 | 0 | 0.83 | 0.38 | 100.62 | 0.71 | 0.36 |
| Hex | 45 | 9D | 1B | 38 | 0 | 53 | 26 | 65 | 47 | 24 |
| Octal | 105 | 235 | 33 | 70 | 0 | 123 | 46 | 145 | 107 | 44 |
| Binary | 1000101 | 10011101 | 11011 | 111000 | 0 | 1010011 | 100110 | 1100101 | 1000111 | 100100 |
Color Harmonies of #459D1B
Complementary color
Monochromatic Colors of #459D1B
Black with #459D1B
Text Example
Text Example
White with #459D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D1B; }
p { color: rgb(69,157,27); }
H1.HeaderClassName
{
color: #459D1B;
}
.AnyTagClassName
{
color: #459D1B;
}
</style>
background-color css
<style>
a { background-color: #459D1B; }
a { background-color: rgb(69,157,27); }
div.DivClassName
{
background-color: #459D1B;
}
.BgClassName
{
background-color: #459D1B;
}
</style>
border-color css
<style>
span { border-color: #459D1B; }
span { border-color: rgb(69,157,27); }
td.TdClassName
{
border-color: #459D1B;
}
.TagClassName
{
border-color: #459D1B;
}
</style>