Shades of Palm Leaf #3C413B
Tints of Palm Leaf #3C413B
RGB
CMYK
RGB Variations
Color information
#3C413B (or 0x3C413B) is known color: Palm Leaf. HEX triplet: 3C, 41 and 3B. RGB value is (60,65,59). Sum of RGB (Red+Green+Blue) = 60+65+59=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #3C413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C413B is #C3BEC4. Grayscale: #3E3E3E. Windows color (decimal): -12828357 or 3883324. OLE color: 3883324.
HSL color Cylindrical-coordinate representation of color #3C413B: hue angle of 110º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C413B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
RGB | 60 | 65 | 59 | - |
CMYK | 0.08 | 0 | 0.09 | 0.75 |
HSL | 110º | 0.05% | 0.24% | - |
HSV(B) | 110º | 0.09% | 0.25% | - |
XYZ | 4.54 | 5.06 | 4.87 | - |
YUV | 62.82 | 125.84 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 65 | 59 | 0.08 | 0 | 0.09 | 0.75 | 110 | 0.05 | 0.24 |
Hex | 3C | 41 | 3B | 8 | 0 | 9 | 4B | 6E | 5 | 18 |
Octal | 74 | 101 | 73 | 10 | 0 | 11 | 113 | 156 | 5 | 30 |
Binary | 111100 | 1000001 | 111011 | 1000 | 0 | 1001 | 1001011 | 1101110 | 101 | 11000 |
Color Harmonies of #3C413B
Complementary color
Monochromatic Colors of #3C413B
Black with #3C413B
Text Example
Text Example
White with #3C413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C413B; }
p { color: rgb(60,65,59); }
H1.HeaderClassName
{
color: #3C413B;
}
.AnyTagClassName
{
color: #3C413B;
}
</style>
background-color css
<style>
a { background-color: #3C413B; }
a { background-color: rgb(60,65,59); }
div.DivClassName
{
background-color: #3C413B;
}
.BgClassName
{
background-color: #3C413B;
}
</style>
border-color css
<style>
span { border-color: #3C413B; }
span { border-color: rgb(60,65,59); }
td.TdClassName
{
border-color: #3C413B;
}
.TagClassName
{
border-color: #3C413B;
}
</style>