Shades of La Palma #43842F
Tints of La Palma #43842F
RGB
CMYK
RGB Variations
Color information
#43842F (or 0x43842F) is known color: La Palma. HEX triplet: 43, 84 and 2F. RGB value is (67,132,47). Sum of RGB (Red+Green+Blue) = 67+132+47=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #43842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43842F is #BC7BD0. Grayscale: #676767. Windows color (decimal): -12352465 or 3114051. OLE color: 3114051.
HSL color Cylindrical-coordinate representation of color #43842F: hue angle of 105.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43842F is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 132 | 47 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.48 |
| HSL | 105.88º | 0.47% | 0.35% | - |
| HSV(B) | 105.88º | 0.64% | 0.52% | - |
| XYZ | 11.08 | 17.9 | 5.56 | - |
| YUV | 102.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 47 | 0.49 | 0 | 0.64 | 0.48 | 105.88 | 0.47 | 0.35 |
| Hex | 43 | 84 | 2F | 31 | 0 | 40 | 30 | 6A | 2F | 23 |
| Octal | 103 | 204 | 57 | 61 | 0 | 100 | 60 | 152 | 57 | 43 |
| Binary | 1000011 | 10000100 | 101111 | 110001 | 0 | 1000000 | 110000 | 1101010 | 101111 | 100011 |
Color Harmonies of #43842F
Complementary color
Monochromatic Colors of #43842F
Black with #43842F
Text Example
Text Example
White with #43842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43842F; }
p { color: rgb(67,132,47); }
H1.HeaderClassName
{
color: #43842F;
}
.AnyTagClassName
{
color: #43842F;
}
</style>
background-color css
<style>
a { background-color: #43842F; }
a { background-color: rgb(67,132,47); }
div.DivClassName
{
background-color: #43842F;
}
.BgClassName
{
background-color: #43842F;
}
</style>
border-color css
<style>
span { border-color: #43842F; }
span { border-color: rgb(67,132,47); }
td.TdClassName
{
border-color: #43842F;
}
.TagClassName
{
border-color: #43842F;
}
</style>