#31402D

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

Shades of Palm Leaf #31402D

Tints of Palm Leaf #31402D

Color information

#31402D (or 0x31402D) is unknown color: approx Palm Leaf. HEX triplet: 31, 40 and 2D. RGB value is (49,64,45). Sum of RGB (Red+Green+Blue) = 49+64+45=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #31402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31402D is #CEBFD2. Grayscale: #393939. Windows color (decimal): -13549523 or 2965553. OLE color: 2965553.

HSL color Cylindrical-coordinate representation of color #31402D: hue angle of 107.37º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #31402D is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB496445-
CMYK0.2300.300.75
HSL107.37º17.43%21.37%-
HSV(B)107.37º29.69%25.1%-
XYZ3.574.513.16-
YUV57.35121.03122.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=31.01%
G=40.51%
B=28.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964450.2300.300.75107.3717.4321.37
Hex31402D1701E4B6b1115
Octal6110055270361131532125
Binary110001100000010110110111011110100101111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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