Shades of La Palma #3C9201
Tints of La Palma #3C9201
RGB
CMYK
RGB Variations
Color information
#3C9201 (or 0x3C9201) is known color: La Palma. HEX triplet: 3C, 92 and 01. RGB value is (60,146,1). Sum of RGB (Red+Green+Blue) = 60+146+1=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 146 (57.42% from 255 or 70.53% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9201 is #C36DFE. Grayscale: #686868. Windows color (decimal): -12807679 or 102972. OLE color: 102972.
HSL color Cylindrical-coordinate representation of color #3C9201: hue angle of 95.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C9201 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 1 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.43 |
| HSL | 95.59º | 0.99% | 0.29% | - |
| HSV(B) | 95.59º | 0.99% | 0.57% | - |
| XYZ | 12.15 | 21.52 | 3.54 | - |
| YUV | 103.76 | 70.01 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 1 | 0.59 | 0 | 0.99 | 0.43 | 95.59 | 0.99 | 0.29 |
| Hex | 3C | 92 | 1 | 3B | 0 | 63 | 2B | 60 | 63 | 1D |
| Octal | 74 | 222 | 1 | 73 | 0 | 143 | 53 | 140 | 143 | 35 |
| Binary | 111100 | 10010010 | 1 | 111011 | 0 | 1100011 | 101011 | 1100000 | 1100011 | 11101 |
Color Harmonies of #3C9201
Complementary color
Monochromatic Colors of #3C9201
Black with #3C9201
Text Example
Text Example
White with #3C9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9201; }
p { color: rgb(60,146,1); }
H1.HeaderClassName
{
color: #3C9201;
}
.AnyTagClassName
{
color: #3C9201;
}
</style>
background-color css
<style>
a { background-color: #3C9201; }
a { background-color: rgb(60,146,1); }
div.DivClassName
{
background-color: #3C9201;
}
.BgClassName
{
background-color: #3C9201;
}
</style>
border-color css
<style>
span { border-color: #3C9201; }
span { border-color: rgb(60,146,1); }
td.TdClassName
{
border-color: #3C9201;
}
.TagClassName
{
border-color: #3C9201;
}
</style>