Shades of La Palma #43852A
Tints of La Palma #43852A
RGB
CMYK
RGB Variations
Color information
#43852A (or 0x43852A) is known color: La Palma. HEX triplet: 43, 85 and 2A. RGB value is (67,133,42). Sum of RGB (Red+Green+Blue) = 67+133+42=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #43852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43852A is #BC7AD5. Grayscale: #676767. Windows color (decimal): -12352214 or 2786627. OLE color: 2786627.
HSL color Cylindrical-coordinate representation of color #43852A: hue angle of 103.52º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43852A is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 133 | 42 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.48 |
| HSL | 103.52º | 0.52% | 0.34% | - |
| HSV(B) | 103.52º | 0.68% | 0.52% | - |
| XYZ | 11.12 | 18.14 | 5.1 | - |
| YUV | 102.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 42 | 0.50 | 0 | 0.68 | 0.48 | 103.52 | 0.52 | 0.34 |
| Hex | 43 | 85 | 2A | 32 | 0 | 44 | 30 | 68 | 34 | 22 |
| Octal | 103 | 205 | 52 | 62 | 0 | 104 | 60 | 150 | 64 | 42 |
| Binary | 1000011 | 10000101 | 101010 | 110010 | 0 | 1000100 | 110000 | 1101000 | 110100 | 100010 |
Color Harmonies of #43852A
Complementary color
Monochromatic Colors of #43852A
Black with #43852A
Text Example
Text Example
White with #43852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43852A; }
p { color: rgb(67,133,42); }
H1.HeaderClassName
{
color: #43852A;
}
.AnyTagClassName
{
color: #43852A;
}
</style>
background-color css
<style>
a { background-color: #43852A; }
a { background-color: rgb(67,133,42); }
div.DivClassName
{
background-color: #43852A;
}
.BgClassName
{
background-color: #43852A;
}
</style>
border-color css
<style>
span { border-color: #43852A; }
span { border-color: rgb(67,133,42); }
td.TdClassName
{
border-color: #43852A;
}
.TagClassName
{
border-color: #43852A;
}
</style>