Shades of La Palma #3C981C
Tints of La Palma #3C981C
RGB
CMYK
RGB Variations
Color information
#3C981C (or 0x3C981C) is known color: La Palma. HEX triplet: 3C, 98 and 1C. RGB value is (60,152,28). Sum of RGB (Red+Green+Blue) = 60+152+28=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 152 (59.77% from 255 or 63.33% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 152 - color contains mainly: green. Hex color #3C981C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C981C is #C367E3. Grayscale: #6E6E6E. Windows color (decimal): -12806116 or 1873980. OLE color: 1873980.
HSL color Cylindrical-coordinate representation of color #3C981C: hue angle of 104.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C981C is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 152 | 28 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.40 |
| HSL | 104.52º | 0.69% | 0.35% | - |
| HSV(B) | 104.52º | 0.82% | 0.6% | - |
| XYZ | 13.3 | 23.5 | 4.93 | - |
| YUV | 110.36 | 81.52 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 152 | 28 | 0.61 | 0 | 0.82 | 0.40 | 104.52 | 0.69 | 0.35 |
| Hex | 3C | 98 | 1C | 3D | 0 | 52 | 28 | 69 | 45 | 23 |
| Octal | 74 | 230 | 34 | 75 | 0 | 122 | 50 | 151 | 105 | 43 |
| Binary | 111100 | 10011000 | 11100 | 111101 | 0 | 1010010 | 101000 | 1101001 | 1000101 | 100011 |
Color Harmonies of #3C981C
Complementary color
Monochromatic Colors of #3C981C
Black with #3C981C
Text Example
Text Example
White with #3C981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C981C; }
p { color: rgb(60,152,28); }
H1.HeaderClassName
{
color: #3C981C;
}
.AnyTagClassName
{
color: #3C981C;
}
</style>
background-color css
<style>
a { background-color: #3C981C; }
a { background-color: rgb(60,152,28); }
div.DivClassName
{
background-color: #3C981C;
}
.BgClassName
{
background-color: #3C981C;
}
</style>
border-color css
<style>
span { border-color: #3C981C; }
span { border-color: rgb(60,152,28); }
td.TdClassName
{
border-color: #3C981C;
}
.TagClassName
{
border-color: #3C981C;
}
</style>