Shades of La Palma #3C8B2D
Tints of La Palma #3C8B2D
RGB
CMYK
RGB Variations
Color information
#3C8B2D (or 0x3C8B2D) is known color: La Palma. HEX triplet: 3C, 8B and 2D. RGB value is (60,139,45). Sum of RGB (Red+Green+Blue) = 60+139+45=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8B2D is #C374D2. Grayscale: #686868. Windows color (decimal): -12809427 or 2984764. OLE color: 2984764.
HSL color Cylindrical-coordinate representation of color #3C8B2D: hue angle of 110.43º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C8B2D is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 139 | 45 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.45 |
| HSL | 110.43º | 0.51% | 0.36% | - |
| HSV(B) | 110.43º | 0.68% | 0.55% | - |
| XYZ | 11.57 | 19.62 | 5.66 | - |
| YUV | 104.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 139 | 45 | 0.57 | 0 | 0.68 | 0.45 | 110.43 | 0.51 | 0.36 |
| Hex | 3C | 8B | 2D | 39 | 0 | 44 | 2D | 6E | 33 | 24 |
| Octal | 74 | 213 | 55 | 71 | 0 | 104 | 55 | 156 | 63 | 44 |
| Binary | 111100 | 10001011 | 101101 | 111001 | 0 | 1000100 | 101101 | 1101110 | 110011 | 100100 |
Color Harmonies of #3C8B2D
Complementary color
Monochromatic Colors of #3C8B2D
Black with #3C8B2D
Text Example
Text Example
White with #3C8B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8B2D; }
p { color: rgb(60,139,45); }
H1.HeaderClassName
{
color: #3C8B2D;
}
.AnyTagClassName
{
color: #3C8B2D;
}
</style>
background-color css
<style>
a { background-color: #3C8B2D; }
a { background-color: rgb(60,139,45); }
div.DivClassName
{
background-color: #3C8B2D;
}
.BgClassName
{
background-color: #3C8B2D;
}
</style>
border-color css
<style>
span { border-color: #3C8B2D; }
span { border-color: rgb(60,139,45); }
td.TdClassName
{
border-color: #3C8B2D;
}
.TagClassName
{
border-color: #3C8B2D;
}
</style>