Shades of La Palma #3C9700
Tints of La Palma #3C9700
RGB
CMYK
RGB Variations
Color information
#3C9700 (or 0x3C9700) is known color: La Palma. HEX triplet: 3C, 97 and 00. RGB value is (60,151,0). Sum of RGB (Red+Green+Blue) = 60+151+0=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 151 (59.38% from 255 or 71.56% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 151 - color contains mainly: green. Hex color #3C9700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9700 is #C368FF. Grayscale: #6B6B6B. Windows color (decimal): -12806400 or 38716. OLE color: 38716.
HSL color Cylindrical-coordinate representation of color #3C9700: hue angle of 96.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C9700 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.41 |
| HSL | 96.16º | 1% | 0.3% | - |
| HSV(B) | 96.16º | 1% | 0.59% | - |
| XYZ | 12.93 | 23.09 | 3.78 | - |
| YUV | 106.58 | 67.85 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 0 | 0.60 | 0 | 1 | 0.41 | 96.16 | 1 | 0.3 |
| Hex | 3C | 97 | 0 | 3C | 0 | 64 | 29 | 60 | 64 | 1E |
| Octal | 74 | 227 | 0 | 74 | 0 | 144 | 51 | 140 | 144 | 36 |
| Binary | 111100 | 10010111 | 0 | 111100 | 0 | 1100100 | 101001 | 1100000 | 1100100 | 11110 |
Color Harmonies of #3C9700
Complementary color
Monochromatic Colors of #3C9700
Black with #3C9700
Text Example
Text Example
White with #3C9700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9700; }
p { color: rgb(60,151,0); }
H1.HeaderClassName
{
color: #3C9700;
}
.AnyTagClassName
{
color: #3C9700;
}
</style>
background-color css
<style>
a { background-color: #3C9700; }
a { background-color: rgb(60,151,0); }
div.DivClassName
{
background-color: #3C9700;
}
.BgClassName
{
background-color: #3C9700;
}
</style>
border-color css
<style>
span { border-color: #3C9700; }
span { border-color: rgb(60,151,0); }
td.TdClassName
{
border-color: #3C9700;
}
.TagClassName
{
border-color: #3C9700;
}
</style>