#31532C

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

Shades of Palm Leaf #31532C

Tints of Palm Leaf #31532C

Color information

#31532C (or 0x31532C) is unknown color: approx Palm Leaf. HEX triplet: 31, 53 and 2C. RGB value is (49,83,44). Sum of RGB (Red+Green+Blue) = 49+83+44=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #31532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31532C is #CEACD3. Grayscale: #444444. Windows color (decimal): -13544660 or 2904881. OLE color: 2904881.

HSL color Cylindrical-coordinate representation of color #31532C: hue angle of 112.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31532C is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB498344-
CMYK0.4100.470.67
HSL112.31º30.71%24.9%-
HSV(B)112.31º46.99%32.55%-
XYZ4.817.023.48-
YUV68.39114.24114.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 44 (17.58% from 255) = 25%
R=27.84%
G=47.16%
B=25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983440.4100.470.67112.3130.7124.9
Hex31532C2902F43701f19
Octal6112354510571031603731
Binary11000110100111011001010010101111100001111100001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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