#31552C

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

Shades of Palm Leaf #31552C

Tints of Palm Leaf #31552C

Color information

#31552C (or 0x31552C) is unknown color: approx Palm Leaf. HEX triplet: 31, 55 and 2C. RGB value is (49,85,44). Sum of RGB (Red+Green+Blue) = 49+85+44=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #31552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31552C is #CEAAD3. Grayscale: #454545. Windows color (decimal): -13544148 or 2905393. OLE color: 2905393.

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

Color convert

RGB498544-
CMYK0.4200.480.67
HSL112.68º31.78%25.29%-
HSV(B)112.68º48.24%33.33%-
XYZ4.977.333.54-
YUV69.56113.57113.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=27.53%
G=47.75%
B=24.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985440.4200.480.67112.6831.7825.29
Hex31552C2A03043712019
Octal6112554520601031614031
Binary110001101010110110010101001100001000011111000110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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