Shades of Palm Leaf #314D23
Tints of Palm Leaf #314D23
RGB
CMYK
RGB Variations
Color information
#314D23 (or 0x314D23) is known color: Palm Leaf. HEX triplet: 31, 4D and 23. RGB value is (49,77,35). Sum of RGB (Red+Green+Blue) = 49+77+35=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #314D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D23 is #CEB2DC. Grayscale: #3F3F3F. Windows color (decimal): -13546205 or 2313521. OLE color: 2313521.
HSL color Cylindrical-coordinate representation of color #314D23: hue angle of 100º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #314D23 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 77 | 35 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.70 |
| HSL | 100º | 0.38% | 0.22% | - |
| HSV(B) | 100º | 0.55% | 0.3% | - |
| XYZ | 4.22 | 6.08 | 2.54 | - |
| YUV | 63.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 35 | 0.36 | 0 | 0.55 | 0.70 | 100 | 0.38 | 0.22 |
| Hex | 31 | 4D | 23 | 24 | 0 | 37 | 46 | 64 | 26 | 16 |
| Octal | 61 | 115 | 43 | 44 | 0 | 67 | 106 | 144 | 46 | 26 |
| Binary | 110001 | 1001101 | 100011 | 100100 | 0 | 110111 | 1000110 | 1100100 | 100110 | 10110 |
Color Harmonies of #314D23
Complementary color
Monochromatic Colors of #314D23
Black with #314D23
Text Example
Text Example
White with #314D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D23; }
p { color: rgb(49,77,35); }
H1.HeaderClassName
{
color: #314D23;
}
.AnyTagClassName
{
color: #314D23;
}
</style>
background-color css
<style>
a { background-color: #314D23; }
a { background-color: rgb(49,77,35); }
div.DivClassName
{
background-color: #314D23;
}
.BgClassName
{
background-color: #314D23;
}
</style>
border-color css
<style>
span { border-color: #314D23; }
span { border-color: rgb(49,77,35); }
td.TdClassName
{
border-color: #314D23;
}
.TagClassName
{
border-color: #314D23;
}
</style>