Shades of La Palma #40950F
Tints of La Palma #40950F
RGB
CMYK
RGB Variations
Color information
#40950F (or 0x40950F) is known color: La Palma. HEX triplet: 40, 95 and 0F. RGB value is (64,149,15). Sum of RGB (Red+Green+Blue) = 64+149+15=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #40950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40950F is #BF6AF0. Grayscale: #6C6C6C. Windows color (decimal): -12544753 or 1021248. OLE color: 1021248.
HSL color Cylindrical-coordinate representation of color #40950F: hue angle of 98.06º 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 #40950F is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 15 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.42 |
| HSL | 98.06º | 0.82% | 0.32% | - |
| HSV(B) | 98.06º | 0.9% | 0.58% | - |
| XYZ | 12.95 | 22.62 | 4.14 | - |
| YUV | 108.31 | 75.34 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 15 | 0.57 | 0 | 0.90 | 0.42 | 98.06 | 0.82 | 0.32 |
| Hex | 40 | 95 | F | 39 | 0 | 5A | 2A | 62 | 52 | 20 |
| Octal | 100 | 225 | 17 | 71 | 0 | 132 | 52 | 142 | 122 | 40 |
| Binary | 1000000 | 10010101 | 1111 | 111001 | 0 | 1011010 | 101010 | 1100010 | 1010010 | 100000 |
Color Harmonies of #40950F
Complementary color
Monochromatic Colors of #40950F
Black with #40950F
Text Example
Text Example
White with #40950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40950F; }
p { color: rgb(64,149,15); }
H1.HeaderClassName
{
color: #40950F;
}
.AnyTagClassName
{
color: #40950F;
}
</style>
background-color css
<style>
a { background-color: #40950F; }
a { background-color: rgb(64,149,15); }
div.DivClassName
{
background-color: #40950F;
}
.BgClassName
{
background-color: #40950F;
}
</style>
border-color css
<style>
span { border-color: #40950F; }
span { border-color: rgb(64,149,15); }
td.TdClassName
{
border-color: #40950F;
}
.TagClassName
{
border-color: #40950F;
}
</style>