#31422C

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

Shades of Palm Leaf #31422C

Tints of Palm Leaf #31422C

Color information

#31422C (or 0x31422C) is unknown color: approx Palm Leaf. HEX triplet: 31, 42 and 2C. RGB value is (49,66,44). Sum of RGB (Red+Green+Blue) = 49+66+44=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #31422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31422C is #CEBDD3. Grayscale: #3A3A3A. Windows color (decimal): -13549012 or 2900529. OLE color: 2900529.

HSL color Cylindrical-coordinate representation of color #31422C: hue angle of 106.36º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #31422C is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB496644-
CMYK0.2600.330.74
HSL106.36º20%21.57%-
HSV(B)106.36º33.33%25.88%-
XYZ3.674.733.1-
YUV58.41119.87121.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=30.82%
G=41.51%
B=27.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4966440.2600.330.74106.362021.57
Hex31422C1A0214A6a1416
Octal6110254320411121522426
Binary1100011000010101100110100100001100101011010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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