Shades of La Palma #3C882D
Tints of La Palma #3C882D
RGB
CMYK
RGB Variations
Color information
#3C882D (or 0x3C882D) is known color: La Palma. HEX triplet: 3C, 88 and 2D. RGB value is (60,136,45). Sum of RGB (Red+Green+Blue) = 60+136+45=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #3C882D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C882D is #C377D2. Grayscale: #676767. Windows color (decimal): -12810195 or 2983996. OLE color: 2983996.
HSL color Cylindrical-coordinate representation of color #3C882D: hue angle of 110.11º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C882D is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 45 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.47 |
| HSL | 110.11º | 0.5% | 0.35% | - |
| HSV(B) | 110.11º | 0.67% | 0.53% | - |
| XYZ | 11.14 | 18.76 | 5.52 | - |
| YUV | 102.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 45 | 0.56 | 0 | 0.67 | 0.47 | 110.11 | 0.5 | 0.35 |
| Hex | 3C | 88 | 2D | 38 | 0 | 43 | 2F | 6E | 32 | 23 |
| Octal | 74 | 210 | 55 | 70 | 0 | 103 | 57 | 156 | 62 | 43 |
| Binary | 111100 | 10001000 | 101101 | 111000 | 0 | 1000011 | 101111 | 1101110 | 110010 | 100011 |
Color Harmonies of #3C882D
Complementary color
Monochromatic Colors of #3C882D
Black with #3C882D
Text Example
Text Example
White with #3C882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C882D; }
p { color: rgb(60,136,45); }
H1.HeaderClassName
{
color: #3C882D;
}
.AnyTagClassName
{
color: #3C882D;
}
</style>
background-color css
<style>
a { background-color: #3C882D; }
a { background-color: rgb(60,136,45); }
div.DivClassName
{
background-color: #3C882D;
}
.BgClassName
{
background-color: #3C882D;
}
</style>
border-color css
<style>
span { border-color: #3C882D; }
span { border-color: rgb(60,136,45); }
td.TdClassName
{
border-color: #3C882D;
}
.TagClassName
{
border-color: #3C882D;
}
</style>