#31581C

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

Shades of Palm Leaf #31581C

Tints of Palm Leaf #31581C

Color information

#31581C (or 0x31581C) is unknown color: approx Palm Leaf. HEX triplet: 31, 58 and 1C. RGB value is (49,88,28). Sum of RGB (Red+Green+Blue) = 49+88+28=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #31581C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31581C is #CEA7E3. Grayscale: #454545. Windows color (decimal): -13543396 or 1857585. OLE color: 1857585.

HSL color Cylindrical-coordinate representation of color #31581C: hue angle of 99º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31581C is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB498828-
CMYK0.4400.680.65
HSL99º51.72%22.75%-
HSV(B)99º68.18%34.51%-
XYZ4.977.722.33-
YUV69.5104.58113.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 88 (34.77% from 255) = 53.33%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=29.70%
G=53.33%
B=16.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988280.4400.680.659951.7222.75
Hex31581C2C04441633417
Octal61130345401041011436427
Binary110001101100011100101100010001001000001110001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31581C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,88,28); }

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

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

 a { background-color: rgb(49,88,28); }

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

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

 span { border-color: rgb(49,88,28); }

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