#314426

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

Shades of Palm Leaf #314426

Tints of Palm Leaf #314426

Color information

#314426 (or 0x314426) is unknown color: approx Palm Leaf. HEX triplet: 31, 44 and 26. RGB value is (49,68,38). Sum of RGB (Red+Green+Blue) = 49+68+38=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #314426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314426 is #CEBBD9. Grayscale: #3A3A3A. Windows color (decimal): -13548506 or 2507825. OLE color: 2507825.

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

Color convert

RGB496838-
CMYK0.2800.440.73
HSL98º28.3%20.78%-
HSV(B)98º44.12%26.67%-
XYZ3.684.932.59-
YUV58.9116.21120.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=31.61%
G=43.87%
B=24.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968380.2800.440.739828.320.78
Hex3144261C02C49621c15
Octal6110446340541111423425
Binary1100011000100100110111000101100100100111000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314426; }

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

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

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

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

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

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

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

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