#314829

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

Shades of Palm Leaf #314829

Tints of Palm Leaf #314829

Color information

#314829 (or 0x314829) is unknown color: approx Palm Leaf. HEX triplet: 31, 48 and 29. RGB value is (49,72,41). Sum of RGB (Red+Green+Blue) = 49+72+41=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #314829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314829 is #CEB7D6. Grayscale: #3D3D3D. Windows color (decimal): -13547479 or 2705457. OLE color: 2705457.

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

Color convert

RGB497241-
CMYK0.3200.430.72
HSL104.52º27.43%22.16%-
HSV(B)104.52º43.06%28.24%-
XYZ3.985.452.94-
YUV61.59116.38119.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=30.25%
G=44.44%
B=25.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972410.3200.430.72104.5227.4322.16
Hex3148292002B48691b16
Octal6111051400531101513326
Binary11000110010001010011000000101011100100011010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314829; }

 p { color: rgb(49,72,41); }

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

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

 a { background-color: rgb(49,72,41); }

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

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

 span { border-color: rgb(49,72,41); }

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