#314928

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

Shades of Palm Leaf #314928

Tints of Palm Leaf #314928

Color information

#314928 (or 0x314928) is unknown color: approx Palm Leaf. HEX triplet: 31, 49 and 28. RGB value is (49,73,40). Sum of RGB (Red+Green+Blue) = 49+73+40=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #314928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314928 is #CEB6D7. Grayscale: #3E3E3E. Windows color (decimal): -13547224 or 2640177. OLE color: 2640177.

HSL color Cylindrical-coordinate representation of color #314928: hue angle of 103.64º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314928 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB497340-
CMYK0.3300.450.71
HSL103.64º29.2%22.16%-
HSV(B)103.64º45.21%28.63%-
XYZ4.035.572.87-
YUV62.06115.55118.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=30.25%
G=45.06%
B=24.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973400.3300.450.71103.6429.222.16
Hex3149282102D47681d16
Octal6111150410551071503526
Binary11000110010011010001000010101101100011111010001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314928; }

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

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

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

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

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

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

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

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