Shades of La Palma #478A05
Tints of La Palma #478A05
RGB
CMYK
RGB Variations
Color information
#478A05 (or 0x478A05) is known color: La Palma. HEX triplet: 47, 8A and 05. RGB value is (71,138,5). Sum of RGB (Red+Green+Blue) = 71+138+5=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #478A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478A05 is #B875FA. Grayscale: #676767. Windows color (decimal): -12088827 or 363079. OLE color: 363079.
HSL color Cylindrical-coordinate representation of color #478A05: hue angle of 90.23º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #478A05 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 138 | 5 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.46 |
| HSL | 90.23º | 0.93% | 0.28% | - |
| HSV(B) | 90.23º | 0.96% | 0.54% | - |
| XYZ | 11.71 | 19.53 | 3.3 | - |
| YUV | 102.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 5 | 0.49 | 0 | 0.96 | 0.46 | 90.23 | 0.93 | 0.28 |
| Hex | 47 | 8A | 5 | 31 | 0 | 60 | 2E | 5A | 5D | 1C |
| Octal | 107 | 212 | 5 | 61 | 0 | 140 | 56 | 132 | 135 | 34 |
| Binary | 1000111 | 10001010 | 101 | 110001 | 0 | 1100000 | 101110 | 1011010 | 1011101 | 11100 |
Color Harmonies of #478A05
Complementary color
Monochromatic Colors of #478A05
Black with #478A05
Text Example
Text Example
White with #478A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478A05; }
p { color: rgb(71,138,5); }
H1.HeaderClassName
{
color: #478A05;
}
.AnyTagClassName
{
color: #478A05;
}
</style>
background-color css
<style>
a { background-color: #478A05; }
a { background-color: rgb(71,138,5); }
div.DivClassName
{
background-color: #478A05;
}
.BgClassName
{
background-color: #478A05;
}
</style>
border-color css
<style>
span { border-color: #478A05; }
span { border-color: rgb(71,138,5); }
td.TdClassName
{
border-color: #478A05;
}
.TagClassName
{
border-color: #478A05;
}
</style>