#314328

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

Shades of Palm Leaf #314328

Tints of Palm Leaf #314328

Color information

#314328 (or 0x314328) is unknown color: approx Palm Leaf. HEX triplet: 31, 43 and 28. RGB value is (49,67,40). Sum of RGB (Red+Green+Blue) = 49+67+40=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #314328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314328 is #CEBCD7. Grayscale: #3A3A3A. Windows color (decimal): -13548760 or 2638641. OLE color: 2638641.

HSL color Cylindrical-coordinate representation of color #314328: hue angle of 100º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314328 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB496740-
CMYK0.2700.400.74
HSL100º25.23%20.98%-
HSV(B)100º40.3%26.27%-
XYZ3.664.822.75-
YUV58.54117.54121.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=31.41%
G=42.95%
B=25.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967400.2700.400.7410025.2320.98
Hex3143281B0284A641915
Octal6110350330501121443125
Binary1100011000011101000110110101000100101011001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314328; }

 p { color: rgb(49,67,40); }

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

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

 a { background-color: rgb(49,67,40); }

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

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

 span { border-color: rgb(49,67,40); }

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