Shades of Palm Leaf #3F483C
Tints of Palm Leaf #3F483C
RGB
CMYK
RGB Variations
Color information
#3F483C (or 0x3F483C) is known color: Palm Leaf. HEX triplet: 3F, 48 and 3C. RGB value is (63,72,60). Sum of RGB (Red+Green+Blue) = 63+72+60=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #3F483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F483C is #C0B7C3. Grayscale: #434343. Windows color (decimal): -12629956 or 3950655. OLE color: 3950655.
HSL color Cylindrical-coordinate representation of color #3F483C: hue angle of 105º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F483C is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 60 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.72 |
| HSL | 105º | 0.09% | 0.26% | - |
| HSV(B) | 105º | 0.17% | 0.28% | - |
| XYZ | 5.18 | 6.02 | 5.16 | - |
| YUV | 67.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 60 | 0.12 | 0 | 0.17 | 0.72 | 105 | 0.09 | 0.26 |
| Hex | 3F | 48 | 3C | C | 0 | 11 | 48 | 69 | 9 | 1A |
| Octal | 77 | 110 | 74 | 14 | 0 | 21 | 110 | 151 | 11 | 32 |
| Binary | 111111 | 1001000 | 111100 | 1100 | 0 | 10001 | 1001000 | 1101001 | 1001 | 11010 |
Color Harmonies of #3F483C
Complementary color
Monochromatic Colors of #3F483C
Black with #3F483C
Text Example
Text Example
White with #3F483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F483C; }
p { color: rgb(63,72,60); }
H1.HeaderClassName
{
color: #3F483C;
}
.AnyTagClassName
{
color: #3F483C;
}
</style>
background-color css
<style>
a { background-color: #3F483C; }
a { background-color: rgb(63,72,60); }
div.DivClassName
{
background-color: #3F483C;
}
.BgClassName
{
background-color: #3F483C;
}
</style>
border-color css
<style>
span { border-color: #3F483C; }
span { border-color: rgb(63,72,60); }
td.TdClassName
{
border-color: #3F483C;
}
.TagClassName
{
border-color: #3F483C;
}
</style>