Shades of Palm Leaf #314A25
Tints of Palm Leaf #314A25
RGB
CMYK
RGB Variations
Color information
#314A25 (or 0x314A25) is known color: Palm Leaf. HEX triplet: 31, 4A and 25. RGB value is (49,74,37). Sum of RGB (Red+Green+Blue) = 49+74+37=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #314A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314A25 is #CEB5DA. Grayscale: #3E3E3E. Windows color (decimal): -13546971 or 2443825. OLE color: 2443825.
HSL color Cylindrical-coordinate representation of color #314A25: hue angle of 100.54º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #314A25 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 74 | 37 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.71 |
| HSL | 100.54º | 0.33% | 0.22% | - |
| HSV(B) | 100.54º | 0.5% | 0.29% | - |
| XYZ | 4.05 | 5.68 | 2.63 | - |
| YUV | 62.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 37 | 0.34 | 0 | 0.50 | 0.71 | 100.54 | 0.33 | 0.22 |
| Hex | 31 | 4A | 25 | 22 | 0 | 32 | 47 | 65 | 21 | 16 |
| Octal | 61 | 112 | 45 | 42 | 0 | 62 | 107 | 145 | 41 | 26 |
| Binary | 110001 | 1001010 | 100101 | 100010 | 0 | 110010 | 1000111 | 1100101 | 100001 | 10110 |
Color Harmonies of #314A25
Complementary color
Monochromatic Colors of #314A25
Black with #314A25
Text Example
Text Example
White with #314A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A25; }
p { color: rgb(49,74,37); }
H1.HeaderClassName
{
color: #314A25;
}
.AnyTagClassName
{
color: #314A25;
}
</style>
background-color css
<style>
a { background-color: #314A25; }
a { background-color: rgb(49,74,37); }
div.DivClassName
{
background-color: #314A25;
}
.BgClassName
{
background-color: #314A25;
}
</style>
border-color css
<style>
span { border-color: #314A25; }
span { border-color: rgb(49,74,37); }
td.TdClassName
{
border-color: #314A25;
}
.TagClassName
{
border-color: #314A25;
}
</style>