Shades of La Palma #3C971F
Tints of La Palma #3C971F
RGB
CMYK
RGB Variations
Color information
#3C971F (or 0x3C971F) is known color: La Palma. HEX triplet: 3C, 97 and 1F. RGB value is (60,151,31). Sum of RGB (Red+Green+Blue) = 60+151+31=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #3C971F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C971F is #C368E0. Grayscale: #6E6E6E. Windows color (decimal): -12806369 or 2070332. OLE color: 2070332.
HSL color Cylindrical-coordinate representation of color #3C971F: hue angle of 105.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C971F is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 31 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.41 |
| HSL | 105.5º | 0.66% | 0.36% | - |
| HSV(B) | 105.5º | 0.79% | 0.59% | - |
| XYZ | 13.18 | 23.19 | 5.08 | - |
| YUV | 110.11 | 83.35 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 31 | 0.60 | 0 | 0.79 | 0.41 | 105.5 | 0.66 | 0.36 |
| Hex | 3C | 97 | 1F | 3C | 0 | 4F | 29 | 6A | 42 | 24 |
| Octal | 74 | 227 | 37 | 74 | 0 | 117 | 51 | 152 | 102 | 44 |
| Binary | 111100 | 10010111 | 11111 | 111100 | 0 | 1001111 | 101001 | 1101010 | 1000010 | 100100 |
Color Harmonies of #3C971F
Complementary color
Monochromatic Colors of #3C971F
Black with #3C971F
Text Example
Text Example
White with #3C971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C971F; }
p { color: rgb(60,151,31); }
H1.HeaderClassName
{
color: #3C971F;
}
.AnyTagClassName
{
color: #3C971F;
}
</style>
background-color css
<style>
a { background-color: #3C971F; }
a { background-color: rgb(60,151,31); }
div.DivClassName
{
background-color: #3C971F;
}
.BgClassName
{
background-color: #3C971F;
}
</style>
border-color css
<style>
span { border-color: #3C971F; }
span { border-color: rgb(60,151,31); }
td.TdClassName
{
border-color: #3C971F;
}
.TagClassName
{
border-color: #3C971F;
}
</style>