#31541A

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

Shades of Palm Leaf #31541A

Tints of Palm Leaf #31541A

Color information

#31541A (or 0x31541A) is unknown color: approx Palm Leaf. HEX triplet: 31, 54 and 1A. RGB value is (49,84,26). Sum of RGB (Red+Green+Blue) = 49+84+26=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #31541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31541A is #CEABE5. Grayscale: #434343. Windows color (decimal): -13544422 or 1725489. OLE color: 1725489.

HSL color Cylindrical-coordinate representation of color #31541A: hue angle of 96.21º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31541A is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB498426-
CMYK0.4200.690.67
HSL96.21º52.73%21.57%-
HSV(B)96.21º69.05%32.94%-
XYZ4.627.072.1-
YUV66.92104.9115.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=30.82%
G=52.83%
B=16.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984260.4200.690.6796.2152.7321.57
Hex31541A2A04543603516
Octal61124325201051031406526
Binary110001101010011010101010010001011000011110000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31541A; }

 p { color: rgb(49,84,26); }

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

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

 a { background-color: rgb(49,84,26); }

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

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

 span { border-color: rgb(49,84,26); }

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