#314725

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

Shades of Palm Leaf #314725

Tints of Palm Leaf #314725

Color information

#314725 (or 0x314725) is unknown color: approx Palm Leaf. HEX triplet: 31, 47 and 25. RGB value is (49,71,37). Sum of RGB (Red+Green+Blue) = 49+71+37=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #314725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314725 is #CEB8DA. Grayscale: #3C3C3C. Windows color (decimal): -13547739 or 2443057. OLE color: 2443057.

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

Color convert

RGB497137-
CMYK0.3100.480.72
HSL98.82º31.48%21.18%-
HSV(B)98.82º47.89%27.84%-
XYZ3.855.292.57-
YUV60.55114.71119.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=31.21%
G=45.22%
B=23.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971370.3100.480.7298.8231.4821.18
Hex3147251F03048631f15
Octal6110745370601101433725
Binary1100011000111100101111110110000100100011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314725; }

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

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

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

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

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

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

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

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