Shades of La Palma #498B08
Tints of La Palma #498B08
RGB
CMYK
RGB Variations
Color information
#498B08 (or 0x498B08) is known color: La Palma. HEX triplet: 49, 8B and 08. RGB value is (73,139,8). Sum of RGB (Red+Green+Blue) = 73+139+8=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #498B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498B08 is #B674F7. Grayscale: #686868. Windows color (decimal): -11957496 or 559945. OLE color: 559945.
HSL color Cylindrical-coordinate representation of color #498B08: hue angle of 90.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #498B08 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 8 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.45 |
| HSL | 90.23º | 0.89% | 0.29% | - |
| HSV(B) | 90.23º | 0.94% | 0.55% | - |
| XYZ | 12.02 | 19.9 | 3.44 | - |
| YUV | 104.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 8 | 0.47 | 0 | 0.94 | 0.45 | 90.23 | 0.89 | 0.29 |
| Hex | 49 | 8B | 8 | 2F | 0 | 5E | 2D | 5A | 59 | 1D |
| Octal | 111 | 213 | 10 | 57 | 0 | 136 | 55 | 132 | 131 | 35 |
| Binary | 1001001 | 10001011 | 1000 | 101111 | 0 | 1011110 | 101101 | 1011010 | 1011001 | 11101 |
Color Harmonies of #498B08
Complementary color
Monochromatic Colors of #498B08
Black with #498B08
Text Example
Text Example
White with #498B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B08; }
p { color: rgb(73,139,8); }
H1.HeaderClassName
{
color: #498B08;
}
.AnyTagClassName
{
color: #498B08;
}
</style>
background-color css
<style>
a { background-color: #498B08; }
a { background-color: rgb(73,139,8); }
div.DivClassName
{
background-color: #498B08;
}
.BgClassName
{
background-color: #498B08;
}
</style>
border-color css
<style>
span { border-color: #498B08; }
span { border-color: rgb(73,139,8); }
td.TdClassName
{
border-color: #498B08;
}
.TagClassName
{
border-color: #498B08;
}
</style>