Shades of La Palma #3C8D19
Tints of La Palma #3C8D19
RGB
CMYK
RGB Variations
Color information
#3C8D19 (or 0x3C8D19) is known color: La Palma. HEX triplet: 3C, 8D and 19. RGB value is (60,141,25). Sum of RGB (Red+Green+Blue) = 60+141+25=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 141 (55.47% from 255 or 62.39% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8D19 is #C372E6. Grayscale: #676767. Windows color (decimal): -12808935 or 1674556. OLE color: 1674556.
HSL color Cylindrical-coordinate representation of color #3C8D19: hue angle of 101.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C8D19 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 141 | 25 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.45 |
| HSL | 101.9º | 0.7% | 0.33% | - |
| HSV(B) | 101.9º | 0.82% | 0.55% | - |
| XYZ | 11.56 | 20.08 | 4.19 | - |
| YUV | 103.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 25 | 0.57 | 0 | 0.82 | 0.45 | 101.9 | 0.7 | 0.33 |
| Hex | 3C | 8D | 19 | 39 | 0 | 52 | 2D | 66 | 46 | 21 |
| Octal | 74 | 215 | 31 | 71 | 0 | 122 | 55 | 146 | 106 | 41 |
| Binary | 111100 | 10001101 | 11001 | 111001 | 0 | 1010010 | 101101 | 1100110 | 1000110 | 100001 |
Color Harmonies of #3C8D19
Complementary color
Monochromatic Colors of #3C8D19
Black with #3C8D19
Text Example
Text Example
White with #3C8D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8D19; }
p { color: rgb(60,141,25); }
H1.HeaderClassName
{
color: #3C8D19;
}
.AnyTagClassName
{
color: #3C8D19;
}
</style>
background-color css
<style>
a { background-color: #3C8D19; }
a { background-color: rgb(60,141,25); }
div.DivClassName
{
background-color: #3C8D19;
}
.BgClassName
{
background-color: #3C8D19;
}
</style>
border-color css
<style>
span { border-color: #3C8D19; }
span { border-color: rgb(60,141,25); }
td.TdClassName
{
border-color: #3C8D19;
}
.TagClassName
{
border-color: #3C8D19;
}
</style>