Shades of Palm Leaf #3C582B
Tints of Palm Leaf #3C582B
RGB
CMYK
RGB Variations
Color information
#3C582B (or 0x3C582B) is known color: Palm Leaf. HEX triplet: 3C, 58 and 2B. RGB value is (60,88,43). Sum of RGB (Red+Green+Blue) = 60+88+43=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #3C582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C582B is #C3A7D4. Grayscale: #4A4A4A. Windows color (decimal): -12822485 or 2840636. OLE color: 2840636.
HSL color Cylindrical-coordinate representation of color #3C582B: hue angle of 97.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C582B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
RGB | 60 | 88 | 43 | - |
CMYK | 0.32 | 0 | 0.51 | 0.65 |
HSL | 97.33º | 0.34% | 0.26% | - |
HSV(B) | 97.33º | 0.51% | 0.35% | - |
XYZ | 5.79 | 8.11 | 3.55 | - |
YUV | 74.5 | 110.22 | 117.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 88 | 43 | 0.32 | 0 | 0.51 | 0.65 | 97.33 | 0.34 | 0.26 |
Hex | 3C | 58 | 2B | 20 | 0 | 33 | 41 | 61 | 22 | 1A |
Octal | 74 | 130 | 53 | 40 | 0 | 63 | 101 | 141 | 42 | 32 |
Binary | 111100 | 1011000 | 101011 | 100000 | 0 | 110011 | 1000001 | 1100001 | 100010 | 11010 |
Color Harmonies of #3C582B
Complementary color
Monochromatic Colors of #3C582B
Black with #3C582B
Text Example
Text Example
White with #3C582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C582B; }
p { color: rgb(60,88,43); }
H1.HeaderClassName
{
color: #3C582B;
}
.AnyTagClassName
{
color: #3C582B;
}
</style>
background-color css
<style>
a { background-color: #3C582B; }
a { background-color: rgb(60,88,43); }
div.DivClassName
{
background-color: #3C582B;
}
.BgClassName
{
background-color: #3C582B;
}
</style>
border-color css
<style>
span { border-color: #3C582B; }
span { border-color: rgb(60,88,43); }
td.TdClassName
{
border-color: #3C582B;
}
.TagClassName
{
border-color: #3C582B;
}
</style>