Shades of La Palma #43950C
Tints of La Palma #43950C
RGB
CMYK
RGB Variations
Color information
#43950C (or 0x43950C) is known color: La Palma. HEX triplet: 43, 95 and 0C. RGB value is (67,149,12). Sum of RGB (Red+Green+Blue) = 67+149+12=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #43950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #43950C is #BC6AF3. Grayscale: #6D6D6D. Windows color (decimal): -12348148 or 824643. OLE color: 824643.
HSL color Cylindrical-coordinate representation of color #43950C: hue angle of 95.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #43950C is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 149 | 12 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.42 |
| HSL | 95.91º | 0.85% | 0.32% | - |
| HSV(B) | 95.91º | 0.92% | 0.58% | - |
| XYZ | 13.13 | 22.71 | 4.04 | - |
| YUV | 108.86 | 73.33 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 149 | 12 | 0.55 | 0 | 0.92 | 0.42 | 95.91 | 0.85 | 0.32 |
| Hex | 43 | 95 | C | 37 | 0 | 5C | 2A | 60 | 55 | 20 |
| Octal | 103 | 225 | 14 | 67 | 0 | 134 | 52 | 140 | 125 | 40 |
| Binary | 1000011 | 10010101 | 1100 | 110111 | 0 | 1011100 | 101010 | 1100000 | 1010101 | 100000 |
Color Harmonies of #43950C
Complementary color
Monochromatic Colors of #43950C
Black with #43950C
Text Example
Text Example
White with #43950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43950C; }
p { color: rgb(67,149,12); }
H1.HeaderClassName
{
color: #43950C;
}
.AnyTagClassName
{
color: #43950C;
}
</style>
background-color css
<style>
a { background-color: #43950C; }
a { background-color: rgb(67,149,12); }
div.DivClassName
{
background-color: #43950C;
}
.BgClassName
{
background-color: #43950C;
}
</style>
border-color css
<style>
span { border-color: #43950C; }
span { border-color: rgb(67,149,12); }
td.TdClassName
{
border-color: #43950C;
}
.TagClassName
{
border-color: #43950C;
}
</style>