#31482E

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

Shades of Palm Leaf #31482E

Tints of Palm Leaf #31482E

Color information

#31482E (or 0x31482E) is unknown color: approx Palm Leaf. HEX triplet: 31, 48 and 2E. RGB value is (49,72,46). Sum of RGB (Red+Green+Blue) = 49+72+46=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #31482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31482E is #CEB7D1. Grayscale: #3E3E3E. Windows color (decimal): -13547474 or 3033137. OLE color: 3033137.

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

Color convert

RGB497246-
CMYK0.3200.360.72
HSL113.08º22.03%23.14%-
HSV(B)113.08º36.11%28.24%-
XYZ4.085.483.43-
YUV62.16118.88118.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=29.34%
G=43.11%
B=27.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972460.3200.360.72113.0822.0323.14
Hex31482E2002448711617
Octal6111056400441101612627
Binary11000110010001011101000000100100100100011100011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31482E; }

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

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

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

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

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

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

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

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