#31442D

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

Shades of Palm Leaf #31442D

Tints of Palm Leaf #31442D

Color information

#31442D (or 0x31442D) is unknown color: approx Palm Leaf. HEX triplet: 31, 44 and 2D. RGB value is (49,68,45). Sum of RGB (Red+Green+Blue) = 49+68+45=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #31442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31442D is #CEBBD2. Grayscale: #3B3B3B. Windows color (decimal): -13548499 or 2966577. OLE color: 2966577.

HSL color Cylindrical-coordinate representation of color #31442D: hue angle of 109.57º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #31442D is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB496845-
CMYK0.2800.340.73
HSL109.57º20.35%22.16%-
HSV(B)109.57º33.82%26.67%-
XYZ3.814.983.24-
YUV59.7119.71120.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=30.25%
G=41.98%
B=27.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968450.2800.340.73109.5720.3522.16
Hex31442D1C022496e1416
Octal6110455340421111562426
Binary1100011000100101101111000100010100100111011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31442D; }

 p { color: rgb(49,68,45); }

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

<style>
 a { background-color: #31442D; }

 a { background-color: rgb(49,68,45); }

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

<style>
 span { border-color: #31442D; }

 span { border-color: rgb(49,68,45); }

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