Shades of La Palma #3C8534
Tints of La Palma #3C8534
RGB
CMYK
RGB Variations
Color information
#3C8534 (or 0x3C8534) is known color: La Palma. HEX triplet: 3C, 85 and 34. RGB value is (60,133,52). Sum of RGB (Red+Green+Blue) = 60+133+52=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8534 is #C37ACB. Grayscale: #666666. Windows color (decimal): -12810956 or 3441980. OLE color: 3441980.
HSL color Cylindrical-coordinate representation of color #3C8534: hue angle of 114.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C8534 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 133 | 52 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.48 |
| HSL | 114.07º | 0.44% | 0.36% | - |
| HSV(B) | 114.07º | 0.61% | 0.52% | - |
| XYZ | 10.87 | 17.98 | 6.15 | - |
| YUV | 101.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 52 | 0.55 | 0 | 0.61 | 0.48 | 114.07 | 0.44 | 0.36 |
| Hex | 3C | 85 | 34 | 37 | 0 | 3D | 30 | 72 | 2C | 24 |
| Octal | 74 | 205 | 64 | 67 | 0 | 75 | 60 | 162 | 54 | 44 |
| Binary | 111100 | 10000101 | 110100 | 110111 | 0 | 111101 | 110000 | 1110010 | 101100 | 100100 |
Color Harmonies of #3C8534
Complementary color
Monochromatic Colors of #3C8534
Black with #3C8534
Text Example
Text Example
White with #3C8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8534; }
p { color: rgb(60,133,52); }
H1.HeaderClassName
{
color: #3C8534;
}
.AnyTagClassName
{
color: #3C8534;
}
</style>
background-color css
<style>
a { background-color: #3C8534; }
a { background-color: rgb(60,133,52); }
div.DivClassName
{
background-color: #3C8534;
}
.BgClassName
{
background-color: #3C8534;
}
</style>
border-color css
<style>
span { border-color: #3C8534; }
span { border-color: rgb(60,133,52); }
td.TdClassName
{
border-color: #3C8534;
}
.TagClassName
{
border-color: #3C8534;
}
</style>