Shades of La Palma #3C951B
Tints of La Palma #3C951B
RGB
CMYK
RGB Variations
Color information
#3C951B (or 0x3C951B) is known color: La Palma. HEX triplet: 3C, 95 and 1B. RGB value is (60,149,27). Sum of RGB (Red+Green+Blue) = 60+149+27=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #3C951B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C951B is #C36AE4. Grayscale: #6C6C6C. Windows color (decimal): -12806885 or 1807676. OLE color: 1807676.
HSL color Cylindrical-coordinate representation of color #3C951B: hue angle of 103.77º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C951B is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 27 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.42 |
| HSL | 103.77º | 0.69% | 0.35% | - |
| HSV(B) | 103.77º | 0.82% | 0.58% | - |
| XYZ | 12.81 | 22.53 | 4.71 | - |
| YUV | 108.48 | 82.01 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 27 | 0.60 | 0 | 0.82 | 0.42 | 103.77 | 0.69 | 0.35 |
| Hex | 3C | 95 | 1B | 3C | 0 | 52 | 2A | 68 | 45 | 23 |
| Octal | 74 | 225 | 33 | 74 | 0 | 122 | 52 | 150 | 105 | 43 |
| Binary | 111100 | 10010101 | 11011 | 111100 | 0 | 1010010 | 101010 | 1101000 | 1000101 | 100011 |
Color Harmonies of #3C951B
Complementary color
Monochromatic Colors of #3C951B
Black with #3C951B
Text Example
Text Example
White with #3C951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C951B; }
p { color: rgb(60,149,27); }
H1.HeaderClassName
{
color: #3C951B;
}
.AnyTagClassName
{
color: #3C951B;
}
</style>
background-color css
<style>
a { background-color: #3C951B; }
a { background-color: rgb(60,149,27); }
div.DivClassName
{
background-color: #3C951B;
}
.BgClassName
{
background-color: #3C951B;
}
</style>
border-color css
<style>
span { border-color: #3C951B; }
span { border-color: rgb(60,149,27); }
td.TdClassName
{
border-color: #3C951B;
}
.TagClassName
{
border-color: #3C951B;
}
</style>