#374132

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

Shades of Palm Leaf #374132

Tints of Palm Leaf #374132

Color information

#374132 (or 0x374132) is unknown color: approx Palm Leaf. HEX triplet: 37, 41 and 32. RGB value is (55,65,50). Sum of RGB (Red+Green+Blue) = 55+65+50=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #374132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374132 is #C8BECD. Grayscale: #3C3C3C. Windows color (decimal): -13156046 or 3293495. OLE color: 3293495.

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

Color convert

RGB556550-
CMYK0.1500.230.75
HSL100º13.04%22.55%-
HSV(B)100º23.08%25.49%-
XYZ4.044.823.74-
YUV60.3122.19124.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=32.35%
G=38.24%
B=29.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565500.1500.230.7510013.0422.55
Hex374132F0174B64d17
Octal6710162170271131441527
Binary1101111000001110010111101011110010111100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374132; }

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

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

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

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

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

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

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

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