#314925

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

Shades of Palm Leaf #314925

Tints of Palm Leaf #314925

Color information

#314925 (or 0x314925) is unknown color: approx Palm Leaf. HEX triplet: 31, 49 and 25. RGB value is (49,73,37). Sum of RGB (Red+Green+Blue) = 49+73+37=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #314925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314925 is #CEB6DA. Grayscale: #3D3D3D. Windows color (decimal): -13547227 or 2443569. OLE color: 2443569.

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

Color convert

RGB497337-
CMYK0.3300.490.71
HSL100º32.73%21.57%-
HSV(B)100º49.32%28.63%-
XYZ3.985.552.61-
YUV61.72114.05118.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=30.82%
G=45.91%
B=23.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973370.3300.490.7110032.7321.57
Hex3149252103147642116
Octal6111145410611071444126
Binary110001100100110010110000101100011000111110010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314925; }

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

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

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

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

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

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

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

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