Shades of Palm Leaf #3C403B
Tints of Palm Leaf #3C403B
RGB
CMYK
RGB Variations
Color information
#3C403B (or 0x3C403B) is known color: Palm Leaf. HEX triplet: 3C, 40 and 3B. RGB value is (60,64,59). Sum of RGB (Red+Green+Blue) = 60+64+59=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 64 - color contains mainly: green. Hex color #3C403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C403B is #C3BFC4. Grayscale: #3E3E3E. Windows color (decimal): -12828613 or 3883068. OLE color: 3883068.
HSL color Cylindrical-coordinate representation of color #3C403B: hue angle of 108º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3C403B is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
RGB | 60 | 64 | 59 | - |
CMYK | 0.06 | 0 | 0.08 | 0.75 |
HSL | 108º | 0.04% | 0.24% | - |
HSV(B) | 108º | 0.08% | 0.25% | - |
XYZ | 4.49 | 4.94 | 4.86 | - |
YUV | 62.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 64 | 59 | 0.06 | 0 | 0.08 | 0.75 | 108 | 0.04 | 0.24 |
Hex | 3C | 40 | 3B | 6 | 0 | 8 | 4B | 6C | 4 | 18 |
Octal | 74 | 100 | 73 | 6 | 0 | 10 | 113 | 154 | 4 | 30 |
Binary | 111100 | 1000000 | 111011 | 110 | 0 | 1000 | 1001011 | 1101100 | 100 | 11000 |
Color Harmonies of #3C403B
Complementary color
Monochromatic Colors of #3C403B
Black with #3C403B
Text Example
Text Example
White with #3C403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C403B; }
p { color: rgb(60,64,59); }
H1.HeaderClassName
{
color: #3C403B;
}
.AnyTagClassName
{
color: #3C403B;
}
</style>
background-color css
<style>
a { background-color: #3C403B; }
a { background-color: rgb(60,64,59); }
div.DivClassName
{
background-color: #3C403B;
}
.BgClassName
{
background-color: #3C403B;
}
</style>
border-color css
<style>
span { border-color: #3C403B; }
span { border-color: rgb(60,64,59); }
td.TdClassName
{
border-color: #3C403B;
}
.TagClassName
{
border-color: #3C403B;
}
</style>