Shades of La Palma #44980F
Tints of La Palma #44980F
RGB
CMYK
RGB Variations
Color information
#44980F (or 0x44980F) is known color: La Palma. HEX triplet: 44, 98 and 0F. RGB value is (68,152,15). Sum of RGB (Red+Green+Blue) = 68+152+15=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #44980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44980F is #BB67F0. Grayscale: #6F6F6F. Windows color (decimal): -12281841 or 1022020. OLE color: 1022020.
HSL color Cylindrical-coordinate representation of color #44980F: hue angle of 96.79º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44980F is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 152 | 15 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.40 |
| HSL | 96.79º | 0.82% | 0.33% | - |
| HSV(B) | 96.79º | 0.9% | 0.6% | - |
| XYZ | 13.7 | 23.72 | 4.31 | - |
| YUV | 111.27 | 73.67 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 15 | 0.55 | 0 | 0.90 | 0.40 | 96.79 | 0.82 | 0.33 |
| Hex | 44 | 98 | F | 37 | 0 | 5A | 28 | 61 | 52 | 21 |
| Octal | 104 | 230 | 17 | 67 | 0 | 132 | 50 | 141 | 122 | 41 |
| Binary | 1000100 | 10011000 | 1111 | 110111 | 0 | 1011010 | 101000 | 1100001 | 1010010 | 100001 |
Color Harmonies of #44980F
Complementary color
Monochromatic Colors of #44980F
Black with #44980F
Text Example
Text Example
White with #44980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44980F; }
p { color: rgb(68,152,15); }
H1.HeaderClassName
{
color: #44980F;
}
.AnyTagClassName
{
color: #44980F;
}
</style>
background-color css
<style>
a { background-color: #44980F; }
a { background-color: rgb(68,152,15); }
div.DivClassName
{
background-color: #44980F;
}
.BgClassName
{
background-color: #44980F;
}
</style>
border-color css
<style>
span { border-color: #44980F; }
span { border-color: rgb(68,152,15); }
td.TdClassName
{
border-color: #44980F;
}
.TagClassName
{
border-color: #44980F;
}
</style>