Shades of La Palma #459C28
Tints of La Palma #459C28
RGB
CMYK
RGB Variations
Color information
#459C28 (or 0x459C28) is known color: La Palma. HEX triplet: 45, 9C and 28. RGB value is (69,156,40). Sum of RGB (Red+Green+Blue) = 69+156+40=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #459C28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459C28 is #BA63D7. Grayscale: #757575. Windows color (decimal): -12215256 or 2661445. OLE color: 2661445.
HSL color Cylindrical-coordinate representation of color #459C28: hue angle of 105º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #459C28 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 40 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.39 |
| HSL | 105º | 0.59% | 0.38% | - |
| HSV(B) | 105º | 0.74% | 0.61% | - |
| XYZ | 14.73 | 25.2 | 6.09 | - |
| YUV | 116.76 | 84.68 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 40 | 0.56 | 0 | 0.74 | 0.39 | 105 | 0.59 | 0.38 |
| Hex | 45 | 9C | 28 | 38 | 0 | 4A | 27 | 69 | 3B | 26 |
| Octal | 105 | 234 | 50 | 70 | 0 | 112 | 47 | 151 | 73 | 46 |
| Binary | 1000101 | 10011100 | 101000 | 111000 | 0 | 1001010 | 100111 | 1101001 | 111011 | 100110 |
Color Harmonies of #459C28
Complementary color
Monochromatic Colors of #459C28
Black with #459C28
Text Example
Text Example
White with #459C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C28; }
p { color: rgb(69,156,40); }
H1.HeaderClassName
{
color: #459C28;
}
.AnyTagClassName
{
color: #459C28;
}
</style>
background-color css
<style>
a { background-color: #459C28; }
a { background-color: rgb(69,156,40); }
div.DivClassName
{
background-color: #459C28;
}
.BgClassName
{
background-color: #459C28;
}
</style>
border-color css
<style>
span { border-color: #459C28; }
span { border-color: rgb(69,156,40); }
td.TdClassName
{
border-color: #459C28;
}
.TagClassName
{
border-color: #459C28;
}
</style>