Shades of La Palma #3C9500
Tints of La Palma #3C9500
RGB
CMYK
RGB Variations
Color information
#3C9500 (or 0x3C9500) is known color: La Palma. HEX triplet: 3C, 95 and 00. RGB value is (60,149,0). Sum of RGB (Red+Green+Blue) = 60+149+0=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9500 is #C36AFF. Grayscale: #696969. Windows color (decimal): -12806912 or 38204. OLE color: 38204.
HSL color Cylindrical-coordinate representation of color #3C9500: hue angle of 95.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C9500 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.42 |
| HSL | 95.84º | 1% | 0.29% | - |
| HSV(B) | 95.84º | 1% | 0.58% | - |
| XYZ | 12.61 | 22.46 | 3.67 | - |
| YUV | 105.4 | 68.51 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 0 | 0.60 | 0 | 1 | 0.42 | 95.84 | 1 | 0.29 |
| Hex | 3C | 95 | 0 | 3C | 0 | 64 | 2A | 60 | 64 | 1D |
| Octal | 74 | 225 | 0 | 74 | 0 | 144 | 52 | 140 | 144 | 35 |
| Binary | 111100 | 10010101 | 0 | 111100 | 0 | 1100100 | 101010 | 1100000 | 1100100 | 11101 |
Color Harmonies of #3C9500
Complementary color
Monochromatic Colors of #3C9500
Black with #3C9500
Text Example
Text Example
White with #3C9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9500; }
p { color: rgb(60,149,0); }
H1.HeaderClassName
{
color: #3C9500;
}
.AnyTagClassName
{
color: #3C9500;
}
</style>
background-color css
<style>
a { background-color: #3C9500; }
a { background-color: rgb(60,149,0); }
div.DivClassName
{
background-color: #3C9500;
}
.BgClassName
{
background-color: #3C9500;
}
</style>
border-color css
<style>
span { border-color: #3C9500; }
span { border-color: rgb(60,149,0); }
td.TdClassName
{
border-color: #3C9500;
}
.TagClassName
{
border-color: #3C9500;
}
</style>