Shades of La Palma #44990E
Tints of La Palma #44990E
RGB
CMYK
RGB Variations
Color information
#44990E (or 0x44990E) is known color: La Palma. HEX triplet: 44, 99 and 0E. RGB value is (68,153,14). Sum of RGB (Red+Green+Blue) = 68+153+14=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #44990E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44990E is #BB66F1. Grayscale: #707070. Windows color (decimal): -12281586 or 956740. OLE color: 956740.
HSL color Cylindrical-coordinate representation of color #44990E: hue angle of 96.69º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44990E is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 14 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.4 |
| HSL | 96.69º | 0.83% | 0.33% | - |
| HSV(B) | 96.69º | 0.91% | 0.6% | - |
| XYZ | 13.85 | 24.04 | 4.33 | - |
| YUV | 111.74 | 72.84 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 14 | 0.56 | 0 | 0.91 | 0.4 | 96.69 | 0.83 | 0.33 |
| Hex | 44 | 99 | E | 38 | 0 | 5B | 28 | 61 | 53 | 21 |
| Octal | 104 | 231 | 16 | 70 | 0 | 133 | 50 | 141 | 123 | 41 |
| Binary | 1000100 | 10011001 | 1110 | 111000 | 0 | 1011011 | 101000 | 1100001 | 1010011 | 100001 |
Color Harmonies of #44990E
Complementary color
Monochromatic Colors of #44990E
Black with #44990E
Text Example
Text Example
White with #44990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44990E; }
p { color: rgb(68,153,14); }
H1.HeaderClassName
{
color: #44990E;
}
.AnyTagClassName
{
color: #44990E;
}
</style>
background-color css
<style>
a { background-color: #44990E; }
a { background-color: rgb(68,153,14); }
div.DivClassName
{
background-color: #44990E;
}
.BgClassName
{
background-color: #44990E;
}
</style>
border-color css
<style>
span { border-color: #44990E; }
span { border-color: rgb(68,153,14); }
td.TdClassName
{
border-color: #44990E;
}
.TagClassName
{
border-color: #44990E;
}
</style>