Shades of La Palma #3C990A
Tints of La Palma #3C990A
RGB
CMYK
RGB Variations
Color information
#3C990A (or 0x3C990A) is known color: La Palma. HEX triplet: 3C, 99 and 0A. RGB value is (60,153,10). Sum of RGB (Red+Green+Blue) = 60+153+10=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 153 (60.16% from 255 or 68.61% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 153 - color contains mainly: green. Hex color #3C990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C990A is #C366F5. Grayscale: #6D6D6D. Windows color (decimal): -12805878 or 694588. OLE color: 694588.
HSL color Cylindrical-coordinate representation of color #3C990A: hue angle of 99.02º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C990A is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 10 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.4 |
| HSL | 99.02º | 0.88% | 0.32% | - |
| HSV(B) | 99.02º | 0.93% | 0.6% | - |
| XYZ | 13.31 | 23.77 | 4.17 | - |
| YUV | 108.89 | 72.19 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 10 | 0.61 | 0 | 0.93 | 0.4 | 99.02 | 0.88 | 0.32 |
| Hex | 3C | 99 | A | 3D | 0 | 5D | 28 | 63 | 58 | 20 |
| Octal | 74 | 231 | 12 | 75 | 0 | 135 | 50 | 143 | 130 | 40 |
| Binary | 111100 | 10011001 | 1010 | 111101 | 0 | 1011101 | 101000 | 1100011 | 1011000 | 100000 |
Color Harmonies of #3C990A
Complementary color
Monochromatic Colors of #3C990A
Black with #3C990A
Text Example
Text Example
White with #3C990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C990A; }
p { color: rgb(60,153,10); }
H1.HeaderClassName
{
color: #3C990A;
}
.AnyTagClassName
{
color: #3C990A;
}
</style>
background-color css
<style>
a { background-color: #3C990A; }
a { background-color: rgb(60,153,10); }
div.DivClassName
{
background-color: #3C990A;
}
.BgClassName
{
background-color: #3C990A;
}
</style>
border-color css
<style>
span { border-color: #3C990A; }
span { border-color: rgb(60,153,10); }
td.TdClassName
{
border-color: #3C990A;
}
.TagClassName
{
border-color: #3C990A;
}
</style>