Shades of La Palma #3C912A
Tints of La Palma #3C912A
RGB
CMYK
RGB Variations
Color information
#3C912A (or 0x3C912A) is known color: La Palma. HEX triplet: 3C, 91 and 2A. RGB value is (60,145,42). Sum of RGB (Red+Green+Blue) = 60+145+42=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #3C912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C912A is #C36ED5. Grayscale: #6C6C6C. Windows color (decimal): -12807894 or 2789692. OLE color: 2789692.
HSL color Cylindrical-coordinate representation of color #3C912A: hue angle of 109.51º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C912A is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 42 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.43 |
| HSL | 109.51º | 0.55% | 0.37% | - |
| HSV(B) | 109.51º | 0.71% | 0.57% | - |
| XYZ | 12.41 | 21.38 | 5.66 | - |
| YUV | 107.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 42 | 0.59 | 0 | 0.71 | 0.43 | 109.51 | 0.55 | 0.37 |
| Hex | 3C | 91 | 2A | 3B | 0 | 47 | 2B | 6E | 37 | 25 |
| Octal | 74 | 221 | 52 | 73 | 0 | 107 | 53 | 156 | 67 | 45 |
| Binary | 111100 | 10010001 | 101010 | 111011 | 0 | 1000111 | 101011 | 1101110 | 110111 | 100101 |
Color Harmonies of #3C912A
Complementary color
Monochromatic Colors of #3C912A
Black with #3C912A
Text Example
Text Example
White with #3C912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C912A; }
p { color: rgb(60,145,42); }
H1.HeaderClassName
{
color: #3C912A;
}
.AnyTagClassName
{
color: #3C912A;
}
</style>
background-color css
<style>
a { background-color: #3C912A; }
a { background-color: rgb(60,145,42); }
div.DivClassName
{
background-color: #3C912A;
}
.BgClassName
{
background-color: #3C912A;
}
</style>
border-color css
<style>
span { border-color: #3C912A; }
span { border-color: rgb(60,145,42); }
td.TdClassName
{
border-color: #3C912A;
}
.TagClassName
{
border-color: #3C912A;
}
</style>