Shades of La Palma #42863B
Tints of La Palma #42863B
RGB
CMYK
RGB Variations
Color information
#42863B (or 0x42863B) is known color: La Palma. HEX triplet: 42, 86 and 3B. RGB value is (66,134,59). Sum of RGB (Red+Green+Blue) = 66+134+59=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #42863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42863B is #BD79C4. Grayscale: #696969. Windows color (decimal): -12417477 or 3900994. OLE color: 3900994.
HSL color Cylindrical-coordinate representation of color #42863B: hue angle of 114.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42863B is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 59 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.47 |
| HSL | 114.4º | 0.39% | 0.38% | - |
| HSV(B) | 114.4º | 0.56% | 0.53% | - |
| XYZ | 11.56 | 18.52 | 7.1 | - |
| YUV | 105.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 59 | 0.51 | 0 | 0.56 | 0.47 | 114.4 | 0.39 | 0.38 |
| Hex | 42 | 86 | 3B | 33 | 0 | 38 | 2F | 72 | 27 | 26 |
| Octal | 102 | 206 | 73 | 63 | 0 | 70 | 57 | 162 | 47 | 46 |
| Binary | 1000010 | 10000110 | 111011 | 110011 | 0 | 111000 | 101111 | 1110010 | 100111 | 100110 |
Color Harmonies of #42863B
Complementary color
Monochromatic Colors of #42863B
Black with #42863B
Text Example
Text Example
White with #42863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42863B; }
p { color: rgb(66,134,59); }
H1.HeaderClassName
{
color: #42863B;
}
.AnyTagClassName
{
color: #42863B;
}
</style>
background-color css
<style>
a { background-color: #42863B; }
a { background-color: rgb(66,134,59); }
div.DivClassName
{
background-color: #42863B;
}
.BgClassName
{
background-color: #42863B;
}
</style>
border-color css
<style>
span { border-color: #42863B; }
span { border-color: rgb(66,134,59); }
td.TdClassName
{
border-color: #42863B;
}
.TagClassName
{
border-color: #42863B;
}
</style>