#313E2C

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

Shades of Palm Leaf #313E2C

Tints of Palm Leaf #313E2C

Color information

#313E2C (or 0x313E2C) is unknown color: approx Palm Leaf. HEX triplet: 31, 3E and 2C. RGB value is (49,62,44). Sum of RGB (Red+Green+Blue) = 49+62+44=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #313E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E2C is #CEC1D3. Grayscale: #383838. Windows color (decimal): -13550036 or 2899505. OLE color: 2899505.

HSL color Cylindrical-coordinate representation of color #313E2C: hue angle of 103.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313E2C is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB496244-
CMYK0.2100.290.76
HSL103.33º16.98%20.78%-
HSV(B)103.33º29.03%24.31%-
XYZ3.444.283.03-
YUV56.06121.19122.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=31.61%
G=40%
B=28.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4962440.2100.290.76103.3316.9820.78
Hex313E2C1501D4C671115
Octal617654250351141472125
Binary11000111111010110010101011101100110011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313E2C; }

 p { color: rgb(49,62,44); }

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

<style>
 a { background-color: #313E2C; }

 a { background-color: rgb(49,62,44); }

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

<style>
 span { border-color: #313E2C; }

 span { border-color: rgb(49,62,44); }

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