Shades of La Palma #44931C
Tints of La Palma #44931C
RGB
CMYK
RGB Variations
Color information
#44931C (or 0x44931C) is known color: La Palma. HEX triplet: 44, 93 and 1C. RGB value is (68,147,28). Sum of RGB (Red+Green+Blue) = 68+147+28=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #44931C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44931C is #BB6CE3. Grayscale: #6E6E6E. Windows color (decimal): -12283108 or 1872708. OLE color: 1872708.
HSL color Cylindrical-coordinate representation of color #44931C: hue angle of 99.83º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44931C is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 28 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.42 |
| HSL | 99.83º | 0.68% | 0.34% | - |
| HSV(B) | 99.83º | 0.81% | 0.58% | - |
| XYZ | 13.03 | 22.18 | 4.69 | - |
| YUV | 109.81 | 81.83 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 28 | 0.54 | 0 | 0.81 | 0.42 | 99.83 | 0.68 | 0.34 |
| Hex | 44 | 93 | 1C | 36 | 0 | 51 | 2A | 64 | 44 | 22 |
| Octal | 104 | 223 | 34 | 66 | 0 | 121 | 52 | 144 | 104 | 42 |
| Binary | 1000100 | 10010011 | 11100 | 110110 | 0 | 1010001 | 101010 | 1100100 | 1000100 | 100010 |
Color Harmonies of #44931C
Complementary color
Monochromatic Colors of #44931C
Black with #44931C
Text Example
Text Example
White with #44931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44931C; }
p { color: rgb(68,147,28); }
H1.HeaderClassName
{
color: #44931C;
}
.AnyTagClassName
{
color: #44931C;
}
</style>
background-color css
<style>
a { background-color: #44931C; }
a { background-color: rgb(68,147,28); }
div.DivClassName
{
background-color: #44931C;
}
.BgClassName
{
background-color: #44931C;
}
</style>
border-color css
<style>
span { border-color: #44931C; }
span { border-color: rgb(68,147,28); }
td.TdClassName
{
border-color: #44931C;
}
.TagClassName
{
border-color: #44931C;
}
</style>