Shades of La Palma #42862C
Tints of La Palma #42862C
RGB
CMYK
RGB Variations
Color information
#42862C (or 0x42862C) is known color: La Palma. HEX triplet: 42, 86 and 2C. RGB value is (66,134,44). Sum of RGB (Red+Green+Blue) = 66+134+44=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #42862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42862C is #BD79D3. Grayscale: #676767. Windows color (decimal): -12417492 or 2917954. OLE color: 2917954.
HSL color Cylindrical-coordinate representation of color #42862C: hue angle of 105.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42862C is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 44 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.47 |
| HSL | 105.33º | 0.51% | 0.35% | - |
| HSV(B) | 105.33º | 0.67% | 0.53% | - |
| XYZ | 11.23 | 18.39 | 5.34 | - |
| YUV | 103.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 44 | 0.51 | 0 | 0.67 | 0.47 | 105.33 | 0.51 | 0.35 |
| Hex | 42 | 86 | 2C | 33 | 0 | 43 | 2F | 69 | 33 | 23 |
| Octal | 102 | 206 | 54 | 63 | 0 | 103 | 57 | 151 | 63 | 43 |
| Binary | 1000010 | 10000110 | 101100 | 110011 | 0 | 1000011 | 101111 | 1101001 | 110011 | 100011 |
Color Harmonies of #42862C
Complementary color
Monochromatic Colors of #42862C
Black with #42862C
Text Example
Text Example
White with #42862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42862C; }
p { color: rgb(66,134,44); }
H1.HeaderClassName
{
color: #42862C;
}
.AnyTagClassName
{
color: #42862C;
}
</style>
background-color css
<style>
a { background-color: #42862C; }
a { background-color: rgb(66,134,44); }
div.DivClassName
{
background-color: #42862C;
}
.BgClassName
{
background-color: #42862C;
}
</style>
border-color css
<style>
span { border-color: #42862C; }
span { border-color: rgb(66,134,44); }
td.TdClassName
{
border-color: #42862C;
}
.TagClassName
{
border-color: #42862C;
}
</style>