Shades of La Palma #478A1D
Tints of La Palma #478A1D
RGB
CMYK
RGB Variations
Color information
#478A1D (or 0x478A1D) is known color: La Palma. HEX triplet: 47, 8A and 1D. RGB value is (71,138,29). Sum of RGB (Red+Green+Blue) = 71+138+29=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #478A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478A1D is #B875E2. Grayscale: #696969. Windows color (decimal): -12088803 or 1935943. OLE color: 1935943.
HSL color Cylindrical-coordinate representation of color #478A1D: hue angle of 96.88º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #478A1D is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 138 | 29 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.46 |
| HSL | 96.88º | 0.65% | 0.33% | - |
| HSV(B) | 96.88º | 0.79% | 0.54% | - |
| XYZ | 11.91 | 19.61 | 4.32 | - |
| YUV | 105.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 29 | 0.49 | 0 | 0.79 | 0.46 | 96.88 | 0.65 | 0.33 |
| Hex | 47 | 8A | 1D | 31 | 0 | 4F | 2E | 61 | 41 | 21 |
| Octal | 107 | 212 | 35 | 61 | 0 | 117 | 56 | 141 | 101 | 41 |
| Binary | 1000111 | 10001010 | 11101 | 110001 | 0 | 1001111 | 101110 | 1100001 | 1000001 | 100001 |
Color Harmonies of #478A1D
Complementary color
Monochromatic Colors of #478A1D
Black with #478A1D
Text Example
Text Example
White with #478A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478A1D; }
p { color: rgb(71,138,29); }
H1.HeaderClassName
{
color: #478A1D;
}
.AnyTagClassName
{
color: #478A1D;
}
</style>
background-color css
<style>
a { background-color: #478A1D; }
a { background-color: rgb(71,138,29); }
div.DivClassName
{
background-color: #478A1D;
}
.BgClassName
{
background-color: #478A1D;
}
</style>
border-color css
<style>
span { border-color: #478A1D; }
span { border-color: rgb(71,138,29); }
td.TdClassName
{
border-color: #478A1D;
}
.TagClassName
{
border-color: #478A1D;
}
</style>