Shades of La Palma #499832
Tints of La Palma #499832
RGB
CMYK
RGB Variations
Color information
#499832 (or 0x499832) is known color: La Palma. HEX triplet: 49, 98 and 32. RGB value is (73,152,50). Sum of RGB (Red+Green+Blue) = 73+152+50=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #499832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499832 is #B667CD. Grayscale: #757575. Windows color (decimal): -11954126 or 3315785. OLE color: 3315785.
HSL color Cylindrical-coordinate representation of color #499832: hue angle of 106.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499832 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 50 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.40 |
| HSL | 106.47º | 0.5% | 0.4% | - |
| HSV(B) | 106.47º | 0.67% | 0.6% | - |
| XYZ | 14.55 | 24.1 | 6.9 | - |
| YUV | 116.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 50 | 0.52 | 0 | 0.67 | 0.40 | 106.47 | 0.5 | 0.4 |
| Hex | 49 | 98 | 32 | 34 | 0 | 43 | 28 | 6A | 32 | 28 |
| Octal | 111 | 230 | 62 | 64 | 0 | 103 | 50 | 152 | 62 | 50 |
| Binary | 1001001 | 10011000 | 110010 | 110100 | 0 | 1000011 | 101000 | 1101010 | 110010 | 101000 |
Color Harmonies of #499832
Complementary color
Monochromatic Colors of #499832
Black with #499832
Text Example
Text Example
White with #499832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499832; }
p { color: rgb(73,152,50); }
H1.HeaderClassName
{
color: #499832;
}
.AnyTagClassName
{
color: #499832;
}
</style>
background-color css
<style>
a { background-color: #499832; }
a { background-color: rgb(73,152,50); }
div.DivClassName
{
background-color: #499832;
}
.BgClassName
{
background-color: #499832;
}
</style>
border-color css
<style>
span { border-color: #499832; }
span { border-color: rgb(73,152,50); }
td.TdClassName
{
border-color: #499832;
}
.TagClassName
{
border-color: #499832;
}
</style>