Shades of La Palma #499C30
Tints of La Palma #499C30
RGB
CMYK
RGB Variations
Color information
#499C30 (or 0x499C30) is known color: La Palma. HEX triplet: 49, 9C and 30. RGB value is (73,156,48). Sum of RGB (Red+Green+Blue) = 73+156+48=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #499C30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499C30 is #B663CF. Grayscale: #777777. Windows color (decimal): -11953104 or 3185737. OLE color: 3185737.
HSL color Cylindrical-coordinate representation of color #499C30: hue angle of 106.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499C30 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 48 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.39 |
| HSL | 106.11º | 0.53% | 0.4% | - |
| HSV(B) | 106.11º | 0.69% | 0.61% | - |
| XYZ | 15.17 | 25.41 | 6.9 | - |
| YUV | 118.87 | 88 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 48 | 0.53 | 0 | 0.69 | 0.39 | 106.11 | 0.53 | 0.4 |
| Hex | 49 | 9C | 30 | 35 | 0 | 45 | 27 | 6A | 35 | 28 |
| Octal | 111 | 234 | 60 | 65 | 0 | 105 | 47 | 152 | 65 | 50 |
| Binary | 1001001 | 10011100 | 110000 | 110101 | 0 | 1000101 | 100111 | 1101010 | 110101 | 101000 |
Color Harmonies of #499C30
Complementary color
Monochromatic Colors of #499C30
Black with #499C30
Text Example
Text Example
White with #499C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C30; }
p { color: rgb(73,156,48); }
H1.HeaderClassName
{
color: #499C30;
}
.AnyTagClassName
{
color: #499C30;
}
</style>
background-color css
<style>
a { background-color: #499C30; }
a { background-color: rgb(73,156,48); }
div.DivClassName
{
background-color: #499C30;
}
.BgClassName
{
background-color: #499C30;
}
</style>
border-color css
<style>
span { border-color: #499C30; }
span { border-color: rgb(73,156,48); }
td.TdClassName
{
border-color: #499C30;
}
.TagClassName
{
border-color: #499C30;
}
</style>