Shades of La Palma #467F35
Tints of La Palma #467F35
RGB
CMYK
RGB Variations
Color information
#467F35 (or 0x467F35) is known color: La Palma. HEX triplet: 46, 7F and 35. RGB value is (70,127,53). Sum of RGB (Red+Green+Blue) = 70+127+53=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #467F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F35 is #B980CA. Grayscale: #656565. Windows color (decimal): -12157131 or 3505990. OLE color: 3505990.
HSL color Cylindrical-coordinate representation of color #467F35: hue angle of 106.22º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #467F35 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 53 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.50 |
| HSL | 106.22º | 0.41% | 0.35% | - |
| HSV(B) | 106.22º | 0.58% | 0.5% | - |
| XYZ | 10.76 | 16.74 | 6.03 | - |
| YUV | 101.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 53 | 0.45 | 0 | 0.58 | 0.50 | 106.22 | 0.41 | 0.35 |
| Hex | 46 | 7F | 35 | 2D | 0 | 3A | 32 | 6A | 29 | 23 |
| Octal | 106 | 177 | 65 | 55 | 0 | 72 | 62 | 152 | 51 | 43 |
| Binary | 1000110 | 1111111 | 110101 | 101101 | 0 | 111010 | 110010 | 1101010 | 101001 | 100011 |
Color Harmonies of #467F35
Complementary color
Monochromatic Colors of #467F35
Black with #467F35
Text Example
Text Example
White with #467F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F35; }
p { color: rgb(70,127,53); }
H1.HeaderClassName
{
color: #467F35;
}
.AnyTagClassName
{
color: #467F35;
}
</style>
background-color css
<style>
a { background-color: #467F35; }
a { background-color: rgb(70,127,53); }
div.DivClassName
{
background-color: #467F35;
}
.BgClassName
{
background-color: #467F35;
}
</style>
border-color css
<style>
span { border-color: #467F35; }
span { border-color: rgb(70,127,53); }
td.TdClassName
{
border-color: #467F35;
}
.TagClassName
{
border-color: #467F35;
}
</style>