#314326

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

Shades of Palm Leaf #314326

Tints of Palm Leaf #314326

Color information

#314326 (or 0x314326) is unknown color: approx Palm Leaf. HEX triplet: 31, 43 and 26. RGB value is (49,67,38). Sum of RGB (Red+Green+Blue) = 49+67+38=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #314326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314326 is #CEBCD9. Grayscale: #3A3A3A. Windows color (decimal): -13548762 or 2507569. OLE color: 2507569.

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

Color convert

RGB496738-
CMYK0.2700.430.74
HSL97.24º27.62%20.59%-
HSV(B)97.24º43.28%26.27%-
XYZ3.624.812.57-
YUV58.31116.54121.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=31.82%
G=43.51%
B=24.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967380.2700.430.7497.2427.6220.59
Hex3143261B02B4A611c15
Octal6110346330531121413425
Binary1100011000011100110110110101011100101011000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314326; }

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

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

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

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

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

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

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

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