#31531B

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

Shades of Palm Leaf #31531B

Tints of Palm Leaf #31531B

Color information

#31531B (or 0x31531B) is unknown color: approx Palm Leaf. HEX triplet: 31, 53 and 1B. RGB value is (49,83,27). Sum of RGB (Red+Green+Blue) = 49+83+27=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #31531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31531B is #CEACE4. Grayscale: #424242. Windows color (decimal): -13544677 or 1790769. OLE color: 1790769.

HSL color Cylindrical-coordinate representation of color #31531B: hue angle of 96.43º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31531B is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB498327-
CMYK0.4100.670.67
HSL96.43º50.91%21.57%-
HSV(B)96.43º67.47%32.55%-
XYZ4.566.922.13-
YUV66.45105.74115.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 83 (32.81% from 255) = 52.20%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=30.82%
G=52.20%
B=16.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983270.4100.670.6796.4350.9121.57
Hex31531B2904343603316
Octal61123335101031031406326
Binary110001101001111011101001010000111000011110000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31531B; }

 p { color: rgb(49,83,27); }

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

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

 a { background-color: rgb(49,83,27); }

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

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

 span { border-color: rgb(49,83,27); }

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