#314825

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

Shades of Palm Leaf #314825

Tints of Palm Leaf #314825

Color information

#314825 (or 0x314825) is unknown color: approx Palm Leaf. HEX triplet: 31, 48 and 25. RGB value is (49,72,37). Sum of RGB (Red+Green+Blue) = 49+72+37=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #314825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314825 is #CEB7DA. Grayscale: #3D3D3D. Windows color (decimal): -13547483 or 2443313. OLE color: 2443313.

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

Color convert

RGB497237-
CMYK0.3200.490.72
HSL99.43º32.11%21.37%-
HSV(B)99.43º48.61%28.24%-
XYZ3.925.422.59-
YUV61.13114.38119.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=31.01%
G=45.57%
B=23.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972370.3200.490.7299.4332.1121.37
Hex3148252003148632015
Octal6111045400611101434025
Binary110001100100010010110000001100011001000110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314825; }

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

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

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

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

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

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

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

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