#314726

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

Shades of Palm Leaf #314726

Tints of Palm Leaf #314726

Color information

#314726 (or 0x314726) is unknown color: approx Palm Leaf. HEX triplet: 31, 47 and 26. RGB value is (49,71,38). Sum of RGB (Red+Green+Blue) = 49+71+38=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #314726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314726 is #CEB8D9. Grayscale: #3C3C3C. Windows color (decimal): -13547738 or 2508593. OLE color: 2508593.

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

Color convert

RGB497138-
CMYK0.3100.460.72
HSL100º30.28%21.37%-
HSV(B)100º46.48%27.84%-
XYZ3.875.32.65-
YUV60.66115.21119.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=31.01%
G=44.94%
B=24.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971380.3100.460.7210030.2821.37
Hex3147261F02E48641e15
Octal6110746370561101443625
Binary1100011000111100110111110101110100100011001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314726; }

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

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

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

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

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

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

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

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