#314722

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

Shades of Palm Leaf #314722

Tints of Palm Leaf #314722

Color information

#314722 (or 0x314722) is unknown color: approx Palm Leaf. HEX triplet: 31, 47 and 22. RGB value is (49,71,34). Sum of RGB (Red+Green+Blue) = 49+71+34=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #314722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314722 is #CEB8DD. Grayscale: #3C3C3C. Windows color (decimal): -13547742 or 2246449. OLE color: 2246449.

HSL color Cylindrical-coordinate representation of color #314722: hue angle of 95.68º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #314722 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB497134-
CMYK0.3100.520.72
HSL95.68º35.24%20.59%-
HSV(B)95.68º52.11%27.84%-
XYZ3.815.272.33-
YUV60.2113.21120.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=31.82%
G=46.10%
B=22.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971340.3100.520.7295.6835.2420.59
Hex3147221F03448602315
Octal6110742370641101404325
Binary11000110001111000101111101101001001000110000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314722; }

 p { color: rgb(49,71,34); }

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

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

 a { background-color: rgb(49,71,34); }

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

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

 span { border-color: rgb(49,71,34); }

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