#31422B

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

Shades of Palm Leaf #31422B

Tints of Palm Leaf #31422B

Color information

#31422B (or 0x31422B) is unknown color: approx Palm Leaf. HEX triplet: 31, 42 and 2B. RGB value is (49,66,43). Sum of RGB (Red+Green+Blue) = 49+66+43=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #31422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31422B is #CEBDD4. Grayscale: #3A3A3A. Windows color (decimal): -13549013 or 2834993. OLE color: 2834993.

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

Color convert

RGB496643-
CMYK0.2600.350.74
HSL104.35º21.1%21.37%-
HSV(B)104.35º34.85%25.88%-
XYZ3.654.723-
YUV58.3119.37121.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=31.01%
G=41.77%
B=27.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4966430.2600.350.74104.3521.121.37
Hex31422B1A0234A681515
Octal6110253320431121502525
Binary1100011000010101011110100100011100101011010001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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