Shades of Palm Leaf #424E3E
Tints of Palm Leaf #424E3E
RGB
CMYK
RGB Variations
Color information
#424E3E (or 0x424E3E) is known color: Palm Leaf. HEX triplet: 42, 4E and 3E. RGB value is (66,78,62). Sum of RGB (Red+Green+Blue) = 66+78+62=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #424E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E3E is #BDB1C1. Grayscale: #484848. Windows color (decimal): -12431810 or 4083266. OLE color: 4083266.
HSL color Cylindrical-coordinate representation of color #424E3E: hue angle of 105º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424E3E is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 78 | 62 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.69 |
| HSL | 105º | 0.11% | 0.27% | - |
| HSV(B) | 105º | 0.21% | 0.31% | - |
| XYZ | 5.84 | 6.95 | 5.59 | - |
| YUV | 72.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 62 | 0.15 | 0 | 0.21 | 0.69 | 105 | 0.11 | 0.27 |
| Hex | 42 | 4E | 3E | F | 0 | 15 | 45 | 69 | B | 1B |
| Octal | 102 | 116 | 76 | 17 | 0 | 25 | 105 | 151 | 13 | 33 |
| Binary | 1000010 | 1001110 | 111110 | 1111 | 0 | 10101 | 1000101 | 1101001 | 1011 | 11011 |
Color Harmonies of #424E3E
Complementary color
Monochromatic Colors of #424E3E
Black with #424E3E
Text Example
Text Example
White with #424E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E3E; }
p { color: rgb(66,78,62); }
H1.HeaderClassName
{
color: #424E3E;
}
.AnyTagClassName
{
color: #424E3E;
}
</style>
background-color css
<style>
a { background-color: #424E3E; }
a { background-color: rgb(66,78,62); }
div.DivClassName
{
background-color: #424E3E;
}
.BgClassName
{
background-color: #424E3E;
}
</style>
border-color css
<style>
span { border-color: #424E3E; }
span { border-color: rgb(66,78,62); }
td.TdClassName
{
border-color: #424E3E;
}
.TagClassName
{
border-color: #424E3E;
}
</style>