Shades of La Palma #479102
Tints of La Palma #479102
RGB
CMYK
RGB Variations
Color information
#479102 (or 0x479102) is known color: La Palma. HEX triplet: 47, 91 and 02. RGB value is (71,145,2). Sum of RGB (Red+Green+Blue) = 71+145+2=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #479102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479102 is #B86EFD. Grayscale: #6B6B6B. Windows color (decimal): -12087038 or 168263. OLE color: 168263.
HSL color Cylindrical-coordinate representation of color #479102: hue angle of 91.05º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #479102 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.43 |
| HSL | 91.05º | 0.97% | 0.29% | - |
| HSV(B) | 91.05º | 0.99% | 0.57% | - |
| XYZ | 12.73 | 21.59 | 3.55 | - |
| YUV | 106.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 2 | 0.51 | 0 | 0.99 | 0.43 | 91.05 | 0.97 | 0.29 |
| Hex | 47 | 91 | 2 | 33 | 0 | 63 | 2B | 5B | 61 | 1D |
| Octal | 107 | 221 | 2 | 63 | 0 | 143 | 53 | 133 | 141 | 35 |
| Binary | 1000111 | 10010001 | 10 | 110011 | 0 | 1100011 | 101011 | 1011011 | 1100001 | 11101 |
Color Harmonies of #479102
Complementary color
Monochromatic Colors of #479102
Black with #479102
Text Example
Text Example
White with #479102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479102; }
p { color: rgb(71,145,2); }
H1.HeaderClassName
{
color: #479102;
}
.AnyTagClassName
{
color: #479102;
}
</style>
background-color css
<style>
a { background-color: #479102; }
a { background-color: rgb(71,145,2); }
div.DivClassName
{
background-color: #479102;
}
.BgClassName
{
background-color: #479102;
}
</style>
border-color css
<style>
span { border-color: #479102; }
span { border-color: rgb(71,145,2); }
td.TdClassName
{
border-color: #479102;
}
.TagClassName
{
border-color: #479102;
}
</style>