Shades of La Palma #3C9508
Tints of La Palma #3C9508
RGB
CMYK
RGB Variations
Color information
#3C9508 (or 0x3C9508) is known color: La Palma. HEX triplet: 3C, 95 and 08. RGB value is (60,149,8). Sum of RGB (Red+Green+Blue) = 60+149+8=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9508 is #C36AF7. Grayscale: #6A6A6A. Windows color (decimal): -12806904 or 562492. OLE color: 562492.
HSL color Cylindrical-coordinate representation of color #3C9508: hue angle of 97.87º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C9508 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 8 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.42 |
| HSL | 97.87º | 0.9% | 0.31% | - |
| HSV(B) | 97.87º | 0.95% | 0.58% | - |
| XYZ | 12.65 | 22.47 | 3.9 | - |
| YUV | 106.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 8 | 0.60 | 0 | 0.95 | 0.42 | 97.87 | 0.9 | 0.31 |
| Hex | 3C | 95 | 8 | 3C | 0 | 5F | 2A | 62 | 5A | 1F |
| Octal | 74 | 225 | 10 | 74 | 0 | 137 | 52 | 142 | 132 | 37 |
| Binary | 111100 | 10010101 | 1000 | 111100 | 0 | 1011111 | 101010 | 1100010 | 1011010 | 11111 |
Color Harmonies of #3C9508
Complementary color
Monochromatic Colors of #3C9508
Black with #3C9508
Text Example
Text Example
White with #3C9508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9508; }
p { color: rgb(60,149,8); }
H1.HeaderClassName
{
color: #3C9508;
}
.AnyTagClassName
{
color: #3C9508;
}
</style>
background-color css
<style>
a { background-color: #3C9508; }
a { background-color: rgb(60,149,8); }
div.DivClassName
{
background-color: #3C9508;
}
.BgClassName
{
background-color: #3C9508;
}
</style>
border-color css
<style>
span { border-color: #3C9508; }
span { border-color: rgb(60,149,8); }
td.TdClassName
{
border-color: #3C9508;
}
.TagClassName
{
border-color: #3C9508;
}
</style>