Shades of La Palma #44901A
Tints of La Palma #44901A
RGB
CMYK
RGB Variations
Color information
#44901A (or 0x44901A) is known color: La Palma. HEX triplet: 44, 90 and 1A. RGB value is (68,144,26). Sum of RGB (Red+Green+Blue) = 68+144+26=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #44901A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44901A is #BB6FE5. Grayscale: #6C6C6C. Windows color (decimal): -12283878 or 1740868. OLE color: 1740868.
HSL color Cylindrical-coordinate representation of color #44901A: hue angle of 98.64º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44901A is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 26 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.44 |
| HSL | 98.64º | 0.69% | 0.33% | - |
| HSV(B) | 98.64º | 0.82% | 0.56% | - |
| XYZ | 12.54 | 21.25 | 4.42 | - |
| YUV | 107.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 26 | 0.53 | 0 | 0.82 | 0.44 | 98.64 | 0.69 | 0.33 |
| Hex | 44 | 90 | 1A | 35 | 0 | 52 | 2C | 63 | 45 | 21 |
| Octal | 104 | 220 | 32 | 65 | 0 | 122 | 54 | 143 | 105 | 41 |
| Binary | 1000100 | 10010000 | 11010 | 110101 | 0 | 1010010 | 101100 | 1100011 | 1000101 | 100001 |
Color Harmonies of #44901A
Complementary color
Monochromatic Colors of #44901A
Black with #44901A
Text Example
Text Example
White with #44901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44901A; }
p { color: rgb(68,144,26); }
H1.HeaderClassName
{
color: #44901A;
}
.AnyTagClassName
{
color: #44901A;
}
</style>
background-color css
<style>
a { background-color: #44901A; }
a { background-color: rgb(68,144,26); }
div.DivClassName
{
background-color: #44901A;
}
.BgClassName
{
background-color: #44901A;
}
</style>
border-color css
<style>
span { border-color: #44901A; }
span { border-color: rgb(68,144,26); }
td.TdClassName
{
border-color: #44901A;
}
.TagClassName
{
border-color: #44901A;
}
</style>