Shades of La Palma #498B2C
Tints of La Palma #498B2C
RGB
CMYK
RGB Variations
Color information
#498B2C (or 0x498B2C) is known color: La Palma. HEX triplet: 49, 8B and 2C. RGB value is (73,139,44). Sum of RGB (Red+Green+Blue) = 73+139+44=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #498B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B2C is #B674D3. Grayscale: #6C6C6C. Windows color (decimal): -11957460 or 2919241. OLE color: 2919241.
HSL color Cylindrical-coordinate representation of color #498B2C: hue angle of 101.68º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #498B2C is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 44 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.45 |
| HSL | 101.68º | 0.52% | 0.36% | - |
| HSV(B) | 101.68º | 0.68% | 0.55% | - |
| XYZ | 12.43 | 20.06 | 5.6 | - |
| YUV | 108.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 44 | 0.47 | 0 | 0.68 | 0.45 | 101.68 | 0.52 | 0.36 |
| Hex | 49 | 8B | 2C | 2F | 0 | 44 | 2D | 66 | 34 | 24 |
| Octal | 111 | 213 | 54 | 57 | 0 | 104 | 55 | 146 | 64 | 44 |
| Binary | 1001001 | 10001011 | 101100 | 101111 | 0 | 1000100 | 101101 | 1100110 | 110100 | 100100 |
Color Harmonies of #498B2C
Complementary color
Monochromatic Colors of #498B2C
Black with #498B2C
Text Example
Text Example
White with #498B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B2C; }
p { color: rgb(73,139,44); }
H1.HeaderClassName
{
color: #498B2C;
}
.AnyTagClassName
{
color: #498B2C;
}
</style>
background-color css
<style>
a { background-color: #498B2C; }
a { background-color: rgb(73,139,44); }
div.DivClassName
{
background-color: #498B2C;
}
.BgClassName
{
background-color: #498B2C;
}
</style>
border-color css
<style>
span { border-color: #498B2C; }
span { border-color: rgb(73,139,44); }
td.TdClassName
{
border-color: #498B2C;
}
.TagClassName
{
border-color: #498B2C;
}
</style>