Shades of La Palma #459C26
Tints of La Palma #459C26
RGB
CMYK
RGB Variations
Color information
#459C26 (or 0x459C26) is known color: La Palma. HEX triplet: 45, 9C and 26. RGB value is (69,156,38). Sum of RGB (Red+Green+Blue) = 69+156+38=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 156 (61.33% from 255 or 59.32% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 156 - color contains mainly: green. Hex color #459C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459C26 is #BA63D9. Grayscale: #747474. Windows color (decimal): -12215258 or 2530373. OLE color: 2530373.
HSL color Cylindrical-coordinate representation of color #459C26: hue angle of 104.24º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #459C26 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 38 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.39 |
| HSL | 104.24º | 0.61% | 0.38% | - |
| HSV(B) | 104.24º | 0.76% | 0.61% | - |
| XYZ | 14.69 | 25.18 | 5.92 | - |
| YUV | 116.54 | 83.68 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 38 | 0.56 | 0 | 0.76 | 0.39 | 104.24 | 0.61 | 0.38 |
| Hex | 45 | 9C | 26 | 38 | 0 | 4C | 27 | 68 | 3D | 26 |
| Octal | 105 | 234 | 46 | 70 | 0 | 114 | 47 | 150 | 75 | 46 |
| Binary | 1000101 | 10011100 | 100110 | 111000 | 0 | 1001100 | 100111 | 1101000 | 111101 | 100110 |
Color Harmonies of #459C26
Complementary color
Monochromatic Colors of #459C26
Black with #459C26
Text Example
Text Example
White with #459C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C26; }
p { color: rgb(69,156,38); }
H1.HeaderClassName
{
color: #459C26;
}
.AnyTagClassName
{
color: #459C26;
}
</style>
background-color css
<style>
a { background-color: #459C26; }
a { background-color: rgb(69,156,38); }
div.DivClassName
{
background-color: #459C26;
}
.BgClassName
{
background-color: #459C26;
}
</style>
border-color css
<style>
span { border-color: #459C26; }
span { border-color: rgb(69,156,38); }
td.TdClassName
{
border-color: #459C26;
}
.TagClassName
{
border-color: #459C26;
}
</style>