#314D25

Color #314D25 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #314D25

Tints of Palm Leaf #314D25

Color information

#314D25 (or 0x314D25) is unknown color: approx Palm Leaf. HEX triplet: 31, 4D and 25. RGB value is (49,77,37). Sum of RGB (Red+Green+Blue) = 49+77+37=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #314D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D25 is #CEB2DA. Grayscale: #404040. Windows color (decimal): -13546203 or 2444593. OLE color: 2444593.

HSL color Cylindrical-coordinate representation of color #314D25: hue angle of 102º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #314D25 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.

Color convert

RGB497737-
CMYK0.3600.520.70
HSL102º35.09%22.35%-
HSV(B)102º51.95%30.2%-
XYZ4.256.092.7-
YUV64.07112.72117.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 77 (30.47% from 255) = 47.24%
BLUE value IS 37 (14.84% from 255) = 22.70%
R=30.06%
G=47.24%
B=22.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4977370.3600.520.7010235.0922.35
Hex314D252403446662316
Octal6111545440641061464326
Binary110001100110110010110010001101001000110110011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314D25; }

 p { color: rgb(49,77,37); }

 H1.HeaderClassName
 {
   color: #314D25;
 }
 .AnyTagClassName
 {
   color: #314D25;
 }
</style>
background-color css

<style>
 a { background-color: #314D25; }

 a { background-color: rgb(49,77,37); }

 div.DivClassName
 {
   background-color: #314D25;
 }
 .BgClassName
 {
   background-color: #314D25;
 }
</style>
border-color css

<style>
 span { border-color: #314D25; }

 span { border-color: rgb(49,77,37); }

 td.TdClassName
 {
   border-color: #314D25;
 }
 .TagClassName
 {
   border-color: #314D25;
 }
</style>