Shades of La Palma #3C9526
Tints of La Palma #3C9526
RGB
CMYK
RGB Variations
Color information
#3C9526 (or 0x3C9526) is known color: La Palma. HEX triplet: 3C, 95 and 26. RGB value is (60,149,38). Sum of RGB (Red+Green+Blue) = 60+149+38=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9526 is #C36AD9. Grayscale: #6E6E6E. Windows color (decimal): -12806874 or 2528572. OLE color: 2528572.
HSL color Cylindrical-coordinate representation of color #3C9526: hue angle of 108.11º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C9526 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 38 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.42 |
| HSL | 108.11º | 0.59% | 0.37% | - |
| HSV(B) | 108.11º | 0.74% | 0.58% | - |
| XYZ | 12.96 | 22.6 | 5.51 | - |
| YUV | 109.74 | 87.51 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 38 | 0.60 | 0 | 0.74 | 0.42 | 108.11 | 0.59 | 0.37 |
| Hex | 3C | 95 | 26 | 3C | 0 | 4A | 2A | 6C | 3B | 25 |
| Octal | 74 | 225 | 46 | 74 | 0 | 112 | 52 | 154 | 73 | 45 |
| Binary | 111100 | 10010101 | 100110 | 111100 | 0 | 1001010 | 101010 | 1101100 | 111011 | 100101 |
Color Harmonies of #3C9526
Complementary color
Monochromatic Colors of #3C9526
Black with #3C9526
Text Example
Text Example
White with #3C9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9526; }
p { color: rgb(60,149,38); }
H1.HeaderClassName
{
color: #3C9526;
}
.AnyTagClassName
{
color: #3C9526;
}
</style>
background-color css
<style>
a { background-color: #3C9526; }
a { background-color: rgb(60,149,38); }
div.DivClassName
{
background-color: #3C9526;
}
.BgClassName
{
background-color: #3C9526;
}
</style>
border-color css
<style>
span { border-color: #3C9526; }
span { border-color: rgb(60,149,38); }
td.TdClassName
{
border-color: #3C9526;
}
.TagClassName
{
border-color: #3C9526;
}
</style>