Shades of La Palma #45951A
Tints of La Palma #45951A
RGB
CMYK
RGB Variations
Color information
#45951A (or 0x45951A) is known color: La Palma. HEX triplet: 45, 95 and 1A. RGB value is (69,149,26). Sum of RGB (Red+Green+Blue) = 69+149+26=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #45951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45951A is #BA6AE5. Grayscale: #6F6F6F. Windows color (decimal): -12217062 or 1742149. OLE color: 1742149.
HSL color Cylindrical-coordinate representation of color #45951A: hue angle of 99.02º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45951A is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 149 | 26 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.42 |
| HSL | 99.02º | 0.7% | 0.34% | - |
| HSV(B) | 99.02º | 0.83% | 0.58% | - |
| XYZ | 13.39 | 22.83 | 4.68 | - |
| YUV | 111.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 26 | 0.54 | 0 | 0.83 | 0.42 | 99.02 | 0.7 | 0.34 |
| Hex | 45 | 95 | 1A | 36 | 0 | 53 | 2A | 63 | 46 | 22 |
| Octal | 105 | 225 | 32 | 66 | 0 | 123 | 52 | 143 | 106 | 42 |
| Binary | 1000101 | 10010101 | 11010 | 110110 | 0 | 1010011 | 101010 | 1100011 | 1000110 | 100010 |
Color Harmonies of #45951A
Complementary color
Monochromatic Colors of #45951A
Black with #45951A
Text Example
Text Example
White with #45951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45951A; }
p { color: rgb(69,149,26); }
H1.HeaderClassName
{
color: #45951A;
}
.AnyTagClassName
{
color: #45951A;
}
</style>
background-color css
<style>
a { background-color: #45951A; }
a { background-color: rgb(69,149,26); }
div.DivClassName
{
background-color: #45951A;
}
.BgClassName
{
background-color: #45951A;
}
</style>
border-color css
<style>
span { border-color: #45951A; }
span { border-color: rgb(69,149,26); }
td.TdClassName
{
border-color: #45951A;
}
.TagClassName
{
border-color: #45951A;
}
</style>