#374232

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

Shades of Palm Leaf #374232

Tints of Palm Leaf #374232

Color information

#374232 (or 0x374232) is unknown color: approx Palm Leaf. HEX triplet: 37, 42 and 32. RGB value is (55,66,50). Sum of RGB (Red+Green+Blue) = 55+66+50=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #374232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374232 is #C8BDCD. Grayscale: #3C3C3C. Windows color (decimal): -13155790 or 3293751. OLE color: 3293751.

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

Color convert

RGB556650-
CMYK0.1700.240.74
HSL101.25º13.79%22.75%-
HSV(B)101.25º24.24%25.88%-
XYZ4.14.943.75-
YUV60.89121.86123.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=32.16%
G=38.60%
B=29.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5566500.1700.240.74101.2513.7922.75
Hex374232110184A65e17
Octal6710262210301121451627
Binary11011110000101100101000101100010010101100101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374232; }

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

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

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

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

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

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

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

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