Shades of La Palma #459B1C
Tints of La Palma #459B1C
RGB
CMYK
RGB Variations
Color information
#459B1C (or 0x459B1C) is known color: La Palma. HEX triplet: 45, 9B and 1C. RGB value is (69,155,28). Sum of RGB (Red+Green+Blue) = 69+155+28=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #459B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459B1C is #BA64E3. Grayscale: #737373. Windows color (decimal): -12215524 or 1874757. OLE color: 1874757.
HSL color Cylindrical-coordinate representation of color #459B1C: hue angle of 100.63º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #459B1C is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 28 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.39 |
| HSL | 100.63º | 0.69% | 0.36% | - |
| HSV(B) | 100.63º | 0.82% | 0.61% | - |
| XYZ | 14.39 | 24.79 | 5.13 | - |
| YUV | 114.81 | 79.01 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 28 | 0.55 | 0 | 0.82 | 0.39 | 100.63 | 0.69 | 0.36 |
| Hex | 45 | 9B | 1C | 37 | 0 | 52 | 27 | 65 | 45 | 24 |
| Octal | 105 | 233 | 34 | 67 | 0 | 122 | 47 | 145 | 105 | 44 |
| Binary | 1000101 | 10011011 | 11100 | 110111 | 0 | 1010010 | 100111 | 1100101 | 1000101 | 100100 |
Color Harmonies of #459B1C
Complementary color
Monochromatic Colors of #459B1C
Black with #459B1C
Text Example
Text Example
White with #459B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B1C; }
p { color: rgb(69,155,28); }
H1.HeaderClassName
{
color: #459B1C;
}
.AnyTagClassName
{
color: #459B1C;
}
</style>
background-color css
<style>
a { background-color: #459B1C; }
a { background-color: rgb(69,155,28); }
div.DivClassName
{
background-color: #459B1C;
}
.BgClassName
{
background-color: #459B1C;
}
</style>
border-color css
<style>
span { border-color: #459B1C; }
span { border-color: rgb(69,155,28); }
td.TdClassName
{
border-color: #459B1C;
}
.TagClassName
{
border-color: #459B1C;
}
</style>