#31482C

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

Shades of Palm Leaf #31482C

Tints of Palm Leaf #31482C

Color information

#31482C (or 0x31482C) is unknown color: approx Palm Leaf. HEX triplet: 31, 48 and 2C. RGB value is (49,72,44). Sum of RGB (Red+Green+Blue) = 49+72+44=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #31482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31482C is #CEB7D3. Grayscale: #3E3E3E. Windows color (decimal): -13547476 or 2902065. OLE color: 2902065.

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

Color convert

RGB497244-
CMYK0.3200.390.72
HSL109.29º24.14%22.75%-
HSV(B)109.29º38.89%28.24%-
XYZ4.045.473.23-
YUV61.93117.88118.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=29.70%
G=43.64%
B=26.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972440.3200.390.72109.2924.1422.75
Hex31482C20027486d1817
Octal6111054400471101553027
Binary11000110010001011001000000100111100100011011011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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