Shades of Palm Leaf #3C5030
Tints of Palm Leaf #3C5030
RGB
CMYK
RGB Variations
Color information
#3C5030 (or 0x3C5030) is known color: Palm Leaf. HEX triplet: 3C, 50 and 30. RGB value is (60,80,48). Sum of RGB (Red+Green+Blue) = 60+80+48=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5030 is #C3AFCF. Grayscale: #464646. Windows color (decimal): -12824528 or 3166268. OLE color: 3166268.
HSL color Cylindrical-coordinate representation of color #3C5030: hue angle of 97.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C5030 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 80 | 48 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.69 |
| HSL | 97.5º | 0.25% | 0.25% | - |
| HSV(B) | 97.5º | 0.4% | 0.31% | - |
| XYZ | 5.27 | 6.91 | 3.85 | - |
| YUV | 70.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 48 | 0.25 | 0 | 0.40 | 0.69 | 97.5 | 0.25 | 0.25 |
| Hex | 3C | 50 | 30 | 19 | 0 | 28 | 45 | 62 | 19 | 19 |
| Octal | 74 | 120 | 60 | 31 | 0 | 50 | 105 | 142 | 31 | 31 |
| Binary | 111100 | 1010000 | 110000 | 11001 | 0 | 101000 | 1000101 | 1100010 | 11001 | 11001 |
Color Harmonies of #3C5030
Complementary color
Monochromatic Colors of #3C5030
Black with #3C5030
Text Example
Text Example
White with #3C5030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5030; }
p { color: rgb(60,80,48); }
H1.HeaderClassName
{
color: #3C5030;
}
.AnyTagClassName
{
color: #3C5030;
}
</style>
background-color css
<style>
a { background-color: #3C5030; }
a { background-color: rgb(60,80,48); }
div.DivClassName
{
background-color: #3C5030;
}
.BgClassName
{
background-color: #3C5030;
}
</style>
border-color css
<style>
span { border-color: #3C5030; }
span { border-color: rgb(60,80,48); }
td.TdClassName
{
border-color: #3C5030;
}
.TagClassName
{
border-color: #3C5030;
}
</style>