Shades of Palm Leaf #3C5130
Tints of Palm Leaf #3C5130
RGB
CMYK
RGB Variations
Color information
#3C5130 (or 0x3C5130) is known color: Palm Leaf. HEX triplet: 3C, 51 and 30. RGB value is (60,81,48). Sum of RGB (Red+Green+Blue) = 60+81+48=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5130 is #C3AECF. Grayscale: #474747. Windows color (decimal): -12824272 or 3166524. OLE color: 3166524.
HSL color Cylindrical-coordinate representation of color #3C5130: hue angle of 98.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C5130 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 48 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.68 |
| HSL | 98.18º | 0.26% | 0.25% | - |
| HSV(B) | 98.18º | 0.41% | 0.32% | - |
| XYZ | 5.34 | 7.06 | 3.88 | - |
| YUV | 70.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 48 | 0.26 | 0 | 0.41 | 0.68 | 98.18 | 0.26 | 0.25 |
| Hex | 3C | 51 | 30 | 1A | 0 | 29 | 44 | 62 | 1A | 19 |
| Octal | 74 | 121 | 60 | 32 | 0 | 51 | 104 | 142 | 32 | 31 |
| Binary | 111100 | 1010001 | 110000 | 11010 | 0 | 101001 | 1000100 | 1100010 | 11010 | 11001 |
Color Harmonies of #3C5130
Complementary color
Monochromatic Colors of #3C5130
Black with #3C5130
Text Example
Text Example
White with #3C5130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5130; }
p { color: rgb(60,81,48); }
H1.HeaderClassName
{
color: #3C5130;
}
.AnyTagClassName
{
color: #3C5130;
}
</style>
background-color css
<style>
a { background-color: #3C5130; }
a { background-color: rgb(60,81,48); }
div.DivClassName
{
background-color: #3C5130;
}
.BgClassName
{
background-color: #3C5130;
}
</style>
border-color css
<style>
span { border-color: #3C5130; }
span { border-color: rgb(60,81,48); }
td.TdClassName
{
border-color: #3C5130;
}
.TagClassName
{
border-color: #3C5130;
}
</style>