Shades of Palm Leaf #314A27
Tints of Palm Leaf #314A27
RGB
CMYK
RGB Variations
Color information
#314A27 (or 0x314A27) is known color: Palm Leaf. HEX triplet: 31, 4A and 27. RGB value is (49,74,39). Sum of RGB (Red+Green+Blue) = 49+74+39=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #314A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314A27 is #CEB5D8. Grayscale: #3E3E3E. Windows color (decimal): -13546969 or 2574897. OLE color: 2574897.
HSL color Cylindrical-coordinate representation of color #314A27: hue angle of 102.86º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #314A27 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 74 | 39 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.71 |
| HSL | 102.86º | 0.31% | 0.22% | - |
| HSV(B) | 102.86º | 0.47% | 0.29% | - |
| XYZ | 4.08 | 5.7 | 2.8 | - |
| YUV | 62.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 39 | 0.34 | 0 | 0.47 | 0.71 | 102.86 | 0.31 | 0.22 |
| Hex | 31 | 4A | 27 | 22 | 0 | 2F | 47 | 67 | 1F | 16 |
| Octal | 61 | 112 | 47 | 42 | 0 | 57 | 107 | 147 | 37 | 26 |
| Binary | 110001 | 1001010 | 100111 | 100010 | 0 | 101111 | 1000111 | 1100111 | 11111 | 10110 |
Color Harmonies of #314A27
Complementary color
Monochromatic Colors of #314A27
Black with #314A27
Text Example
Text Example
White with #314A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A27; }
p { color: rgb(49,74,39); }
H1.HeaderClassName
{
color: #314A27;
}
.AnyTagClassName
{
color: #314A27;
}
</style>
background-color css
<style>
a { background-color: #314A27; }
a { background-color: rgb(49,74,39); }
div.DivClassName
{
background-color: #314A27;
}
.BgClassName
{
background-color: #314A27;
}
</style>
border-color css
<style>
span { border-color: #314A27; }
span { border-color: rgb(49,74,39); }
td.TdClassName
{
border-color: #314A27;
}
.TagClassName
{
border-color: #314A27;
}
</style>