Shades of La Palma #3C852F
Tints of La Palma #3C852F
RGB
CMYK
RGB Variations
Color information
#3C852F (or 0x3C852F) is known color: La Palma. HEX triplet: 3C, 85 and 2F. RGB value is (60,133,47). Sum of RGB (Red+Green+Blue) = 60+133+47=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #3C852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C852F is #C37AD0. Grayscale: #656565. Windows color (decimal): -12810961 or 3114300. OLE color: 3114300.
HSL color Cylindrical-coordinate representation of color #3C852F: hue angle of 110.93º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C852F is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 133 | 47 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.48 |
| HSL | 110.93º | 0.48% | 0.35% | - |
| HSV(B) | 110.93º | 0.65% | 0.52% | - |
| XYZ | 10.76 | 17.94 | 5.58 | - |
| YUV | 101.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 47 | 0.55 | 0 | 0.65 | 0.48 | 110.93 | 0.48 | 0.35 |
| Hex | 3C | 85 | 2F | 37 | 0 | 41 | 30 | 6F | 30 | 23 |
| Octal | 74 | 205 | 57 | 67 | 0 | 101 | 60 | 157 | 60 | 43 |
| Binary | 111100 | 10000101 | 101111 | 110111 | 0 | 1000001 | 110000 | 1101111 | 110000 | 100011 |
Color Harmonies of #3C852F
Complementary color
Monochromatic Colors of #3C852F
Black with #3C852F
Text Example
Text Example
White with #3C852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C852F; }
p { color: rgb(60,133,47); }
H1.HeaderClassName
{
color: #3C852F;
}
.AnyTagClassName
{
color: #3C852F;
}
</style>
background-color css
<style>
a { background-color: #3C852F; }
a { background-color: rgb(60,133,47); }
div.DivClassName
{
background-color: #3C852F;
}
.BgClassName
{
background-color: #3C852F;
}
</style>
border-color css
<style>
span { border-color: #3C852F; }
span { border-color: rgb(60,133,47); }
td.TdClassName
{
border-color: #3C852F;
}
.TagClassName
{
border-color: #3C852F;
}
</style>