Shades of La Palma #499B34
Tints of La Palma #499B34
RGB
CMYK
RGB Variations
Color information
#499B34 (or 0x499B34) is known color: La Palma. HEX triplet: 49, 9B and 34. RGB value is (73,155,52). Sum of RGB (Red+Green+Blue) = 73+155+52=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #499B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499B34 is #B664CB. Grayscale: #777777. Windows color (decimal): -11953356 or 3447625. OLE color: 3447625.
HSL color Cylindrical-coordinate representation of color #499B34: hue angle of 107.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499B34 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 155 | 52 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.39 |
| HSL | 107.77º | 0.5% | 0.41% | - |
| HSV(B) | 107.77º | 0.66% | 0.61% | - |
| XYZ | 15.09 | 25.11 | 7.3 | - |
| YUV | 118.74 | 90.33 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 52 | 0.53 | 0 | 0.66 | 0.39 | 107.77 | 0.5 | 0.41 |
| Hex | 49 | 9B | 34 | 35 | 0 | 42 | 27 | 6C | 32 | 29 |
| Octal | 111 | 233 | 64 | 65 | 0 | 102 | 47 | 154 | 62 | 51 |
| Binary | 1001001 | 10011011 | 110100 | 110101 | 0 | 1000010 | 100111 | 1101100 | 110010 | 101001 |
Color Harmonies of #499B34
Complementary color
Monochromatic Colors of #499B34
Black with #499B34
Text Example
Text Example
White with #499B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B34; }
p { color: rgb(73,155,52); }
H1.HeaderClassName
{
color: #499B34;
}
.AnyTagClassName
{
color: #499B34;
}
</style>
background-color css
<style>
a { background-color: #499B34; }
a { background-color: rgb(73,155,52); }
div.DivClassName
{
background-color: #499B34;
}
.BgClassName
{
background-color: #499B34;
}
</style>
border-color css
<style>
span { border-color: #499B34; }
span { border-color: rgb(73,155,52); }
td.TdClassName
{
border-color: #499B34;
}
.TagClassName
{
border-color: #499B34;
}
</style>