Shades of Palm Leaf #31422D
Tints of Palm Leaf #31422D
RGB
CMYK
RGB Variations
Color information
#31422D (or 0x31422D) is known color: Palm Leaf. HEX triplet: 31, 42 and 2D. RGB value is (49,66,45). Sum of RGB (Red+Green+Blue) = 49+66+45=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #31422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31422D is #CEBDD2. Grayscale: #3A3A3A. Windows color (decimal): -13549011 or 2966065. OLE color: 2966065.
HSL color Cylindrical-coordinate representation of color #31422D: hue angle of 108.57º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #31422D is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 66 | 45 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.74 |
| HSL | 108.57º | 0.19% | 0.22% | - |
| HSV(B) | 108.57º | 0.32% | 0.26% | - |
| XYZ | 3.69 | 4.74 | 3.2 | - |
| YUV | 58.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 45 | 0.26 | 0 | 0.32 | 0.74 | 108.57 | 0.19 | 0.22 |
| Hex | 31 | 42 | 2D | 1A | 0 | 20 | 4A | 6D | 13 | 16 |
| Octal | 61 | 102 | 55 | 32 | 0 | 40 | 112 | 155 | 23 | 26 |
| Binary | 110001 | 1000010 | 101101 | 11010 | 0 | 100000 | 1001010 | 1101101 | 10011 | 10110 |
Color Harmonies of #31422D
Complementary color
Monochromatic Colors of #31422D
Black with #31422D
Text Example
Text Example
White with #31422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31422D; }
p { color: rgb(49,66,45); }
H1.HeaderClassName
{
color: #31422D;
}
.AnyTagClassName
{
color: #31422D;
}
</style>
background-color css
<style>
a { background-color: #31422D; }
a { background-color: rgb(49,66,45); }
div.DivClassName
{
background-color: #31422D;
}
.BgClassName
{
background-color: #31422D;
}
</style>
border-color css
<style>
span { border-color: #31422D; }
span { border-color: rgb(49,66,45); }
td.TdClassName
{
border-color: #31422D;
}
.TagClassName
{
border-color: #31422D;
}
</style>