Shades of La Palma #468432
Tints of La Palma #468432
RGB
CMYK
RGB Variations
Color information
#468432 (or 0x468432) is known color: La Palma. HEX triplet: 46, 84 and 32. RGB value is (70,132,50). Sum of RGB (Red+Green+Blue) = 70+132+50=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #468432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468432 is #B97BCD. Grayscale: #686868. Windows color (decimal): -12155854 or 3310662. OLE color: 3310662.
HSL color Cylindrical-coordinate representation of color #468432: hue angle of 105.37º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #468432 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 132 | 50 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.48 |
| HSL | 105.37º | 0.45% | 0.36% | - |
| HSV(B) | 105.37º | 0.62% | 0.52% | - |
| XYZ | 11.35 | 18.03 | 5.9 | - |
| YUV | 104.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 132 | 50 | 0.47 | 0 | 0.62 | 0.48 | 105.37 | 0.45 | 0.36 |
| Hex | 46 | 84 | 32 | 2F | 0 | 3E | 30 | 69 | 2D | 24 |
| Octal | 106 | 204 | 62 | 57 | 0 | 76 | 60 | 151 | 55 | 44 |
| Binary | 1000110 | 10000100 | 110010 | 101111 | 0 | 111110 | 110000 | 1101001 | 101101 | 100100 |
Color Harmonies of #468432
Complementary color
Monochromatic Colors of #468432
Black with #468432
Text Example
Text Example
White with #468432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468432; }
p { color: rgb(70,132,50); }
H1.HeaderClassName
{
color: #468432;
}
.AnyTagClassName
{
color: #468432;
}
</style>
background-color css
<style>
a { background-color: #468432; }
a { background-color: rgb(70,132,50); }
div.DivClassName
{
background-color: #468432;
}
.BgClassName
{
background-color: #468432;
}
</style>
border-color css
<style>
span { border-color: #468432; }
span { border-color: rgb(70,132,50); }
td.TdClassName
{
border-color: #468432;
}
.TagClassName
{
border-color: #468432;
}
</style>