#374231

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

Shades of Palm Leaf #374231

Tints of Palm Leaf #374231

Color information

#374231 (or 0x374231) is unknown color: approx Palm Leaf. HEX triplet: 37, 42 and 31. RGB value is (55,66,49). Sum of RGB (Red+Green+Blue) = 55+66+49=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #374231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374231 is #C8BDCE. Grayscale: #3C3C3C. Windows color (decimal): -13155791 or 3228215. OLE color: 3228215.

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

Color convert

RGB556649-
CMYK0.1700.260.74
HSL98.82º14.78%22.55%-
HSV(B)98.82º25.76%25.88%-
XYZ4.084.933.64-
YUV60.77121.36123.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=32.35%
G=38.82%
B=28.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5566490.1700.260.7498.8214.7822.55
Hex3742311101A4A63f17
Octal6710261210321121431727
Binary11011110000101100011000101101010010101100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374231; }

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

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

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

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

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

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

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

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