Shades of La Palma #44951A
Tints of La Palma #44951A
RGB
CMYK
RGB Variations
Color information
#44951A (or 0x44951A) is known color: La Palma. HEX triplet: 44, 95 and 1A. RGB value is (68,149,26). Sum of RGB (Red+Green+Blue) = 68+149+26=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #44951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44951A is #BB6AE5. Grayscale: #6F6F6F. Windows color (decimal): -12282598 or 1742148. OLE color: 1742148.
HSL color Cylindrical-coordinate representation of color #44951A: hue angle of 99.51º 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 #44951A is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 26 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.42 |
| HSL | 99.51º | 0.7% | 0.34% | - |
| HSV(B) | 99.51º | 0.83% | 0.58% | - |
| XYZ | 13.32 | 22.8 | 4.68 | - |
| YUV | 110.76 | 80.16 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 26 | 0.54 | 0 | 0.83 | 0.42 | 99.51 | 0.7 | 0.34 |
| Hex | 44 | 95 | 1A | 36 | 0 | 53 | 2A | 64 | 46 | 22 |
| Octal | 104 | 225 | 32 | 66 | 0 | 123 | 52 | 144 | 106 | 42 |
| Binary | 1000100 | 10010101 | 11010 | 110110 | 0 | 1010011 | 101010 | 1100100 | 1000110 | 100010 |
Color Harmonies of #44951A
Complementary color
Monochromatic Colors of #44951A
Black with #44951A
Text Example
Text Example
White with #44951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44951A; }
p { color: rgb(68,149,26); }
H1.HeaderClassName
{
color: #44951A;
}
.AnyTagClassName
{
color: #44951A;
}
</style>
background-color css
<style>
a { background-color: #44951A; }
a { background-color: rgb(68,149,26); }
div.DivClassName
{
background-color: #44951A;
}
.BgClassName
{
background-color: #44951A;
}
</style>
border-color css
<style>
span { border-color: #44951A; }
span { border-color: rgb(68,149,26); }
td.TdClassName
{
border-color: #44951A;
}
.TagClassName
{
border-color: #44951A;
}
</style>