#314626

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

Shades of Palm Leaf #314626

Tints of Palm Leaf #314626

Color information

#314626 (or 0x314626) is unknown color: approx Palm Leaf. HEX triplet: 31, 46 and 26. RGB value is (49,70,38). Sum of RGB (Red+Green+Blue) = 49+70+38=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #314626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314626 is #CEB9D9. Grayscale: #3C3C3C. Windows color (decimal): -13547994 or 2508337. OLE color: 2508337.

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

Color convert

RGB497038-
CMYK0.3000.460.73
HSL99.38º29.63%21.18%-
HSV(B)99.38º45.71%27.45%-
XYZ3.815.172.63-
YUV60.07115.54120.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=31.21%
G=44.59%
B=24.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970380.3000.460.7399.3829.6321.18
Hex3146261E02E49631e15
Octal6110646360561111433625
Binary1100011000110100110111100101110100100111000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314626; }

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

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

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

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

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

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

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

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