Shades of Palm Leaf #3C532F
Tints of Palm Leaf #3C532F
RGB
CMYK
RGB Variations
Color information
#3C532F (or 0x3C532F) is known color: Palm Leaf. HEX triplet: 3C, 53 and 2F. RGB value is (60,83,47). Sum of RGB (Red+Green+Blue) = 60+83+47=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #3C532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C532F is #C3ACD0. Grayscale: #484848. Windows color (decimal): -12823761 or 3101500. OLE color: 3101500.
HSL color Cylindrical-coordinate representation of color #3C532F: hue angle of 98.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C532F is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
RGB | 60 | 83 | 47 | - |
CMYK | 0.28 | 0 | 0.43 | 0.67 |
HSL | 98.33º | 0.28% | 0.25% | - |
HSV(B) | 98.33º | 0.43% | 0.33% | - |
XYZ | 5.47 | 7.35 | 3.82 | - |
YUV | 72.02 | 113.88 | 119.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 83 | 47 | 0.28 | 0 | 0.43 | 0.67 | 98.33 | 0.28 | 0.25 |
Hex | 3C | 53 | 2F | 1C | 0 | 2B | 43 | 62 | 1C | 19 |
Octal | 74 | 123 | 57 | 34 | 0 | 53 | 103 | 142 | 34 | 31 |
Binary | 111100 | 1010011 | 101111 | 11100 | 0 | 101011 | 1000011 | 1100010 | 11100 | 11001 |
Color Harmonies of #3C532F
Complementary color
Monochromatic Colors of #3C532F
Black with #3C532F
Text Example
Text Example
White with #3C532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C532F; }
p { color: rgb(60,83,47); }
H1.HeaderClassName
{
color: #3C532F;
}
.AnyTagClassName
{
color: #3C532F;
}
</style>
background-color css
<style>
a { background-color: #3C532F; }
a { background-color: rgb(60,83,47); }
div.DivClassName
{
background-color: #3C532F;
}
.BgClassName
{
background-color: #3C532F;
}
</style>
border-color css
<style>
span { border-color: #3C532F; }
span { border-color: rgb(60,83,47); }
td.TdClassName
{
border-color: #3C532F;
}
.TagClassName
{
border-color: #3C532F;
}
</style>