Shades of La Palma #468535
Tints of La Palma #468535
RGB
CMYK
RGB Variations
Color information
#468535 (or 0x468535) is known color: La Palma. HEX triplet: 46, 85 and 35. RGB value is (70,133,53). Sum of RGB (Red+Green+Blue) = 70+133+53=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #468535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468535 is #B97ACA. Grayscale: #696969. Windows color (decimal): -12155595 or 3507526. OLE color: 3507526.
HSL color Cylindrical-coordinate representation of color #468535: hue angle of 107.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #468535 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 133 | 53 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.48 |
| HSL | 107.25º | 0.43% | 0.36% | - |
| HSV(B) | 107.25º | 0.6% | 0.52% | - |
| XYZ | 11.56 | 18.33 | 6.3 | - |
| YUV | 105.04 | 98.63 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 53 | 0.47 | 0 | 0.60 | 0.48 | 107.25 | 0.43 | 0.36 |
| Hex | 46 | 85 | 35 | 2F | 0 | 3C | 30 | 6B | 2B | 24 |
| Octal | 106 | 205 | 65 | 57 | 0 | 74 | 60 | 153 | 53 | 44 |
| Binary | 1000110 | 10000101 | 110101 | 101111 | 0 | 111100 | 110000 | 1101011 | 101011 | 100100 |
Color Harmonies of #468535
Complementary color
Monochromatic Colors of #468535
Black with #468535
Text Example
Text Example
White with #468535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468535; }
p { color: rgb(70,133,53); }
H1.HeaderClassName
{
color: #468535;
}
.AnyTagClassName
{
color: #468535;
}
</style>
background-color css
<style>
a { background-color: #468535; }
a { background-color: rgb(70,133,53); }
div.DivClassName
{
background-color: #468535;
}
.BgClassName
{
background-color: #468535;
}
</style>
border-color css
<style>
span { border-color: #468535; }
span { border-color: rgb(70,133,53); }
td.TdClassName
{
border-color: #468535;
}
.TagClassName
{
border-color: #468535;
}
</style>