Shades of La Palma #41940F
Tints of La Palma #41940F
RGB
CMYK
RGB Variations
Color information
#41940F (or 0x41940F) is known color: La Palma. HEX triplet: 41, 94 and 0F. RGB value is (65,148,15). Sum of RGB (Red+Green+Blue) = 65+148+15=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #41940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41940F is #BE6BF0. Grayscale: #6C6C6C. Windows color (decimal): -12479473 or 1020993. OLE color: 1020993.
HSL color Cylindrical-coordinate representation of color #41940F: hue angle of 97.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41940F is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 148 | 15 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.42 |
| HSL | 97.44º | 0.82% | 0.32% | - |
| HSV(B) | 97.44º | 0.9% | 0.58% | - |
| XYZ | 12.86 | 22.34 | 4.09 | - |
| YUV | 108.02 | 75.5 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 15 | 0.56 | 0 | 0.90 | 0.42 | 97.44 | 0.82 | 0.32 |
| Hex | 41 | 94 | F | 38 | 0 | 5A | 2A | 61 | 52 | 20 |
| Octal | 101 | 224 | 17 | 70 | 0 | 132 | 52 | 141 | 122 | 40 |
| Binary | 1000001 | 10010100 | 1111 | 111000 | 0 | 1011010 | 101010 | 1100001 | 1010010 | 100000 |
Color Harmonies of #41940F
Complementary color
Monochromatic Colors of #41940F
Black with #41940F
Text Example
Text Example
White with #41940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41940F; }
p { color: rgb(65,148,15); }
H1.HeaderClassName
{
color: #41940F;
}
.AnyTagClassName
{
color: #41940F;
}
</style>
background-color css
<style>
a { background-color: #41940F; }
a { background-color: rgb(65,148,15); }
div.DivClassName
{
background-color: #41940F;
}
.BgClassName
{
background-color: #41940F;
}
</style>
border-color css
<style>
span { border-color: #41940F; }
span { border-color: rgb(65,148,15); }
td.TdClassName
{
border-color: #41940F;
}
.TagClassName
{
border-color: #41940F;
}
</style>