#374D47

Color #374D47 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #374D47

Tints of Corduroy #374D47

Color information

#374D47 (or 0x374D47) is unknown color: approx Corduroy. HEX triplet: 37, 4D and 47. RGB value is (55,77,71). Sum of RGB (Red+Green+Blue) = 55+77+71=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #374D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D47 is #C8B2B8. Grayscale: #454545. Windows color (decimal): -13152953 or 4672823. OLE color: 4672823.

HSL color Cylindrical-coordinate representation of color #374D47: hue angle of 163.64º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374D47 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB557771-
CMYK0.2900.080.70
HSL163.64º16.67%25.88%-
HSV(B)163.64º28.57%30.2%-
XYZ5.376.576.95-
YUV69.74128.71117.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=27.09%
G=37.93%
B=34.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577710.2900.080.70163.6416.6725.88
Hex374D471D0846a4111a
Octal67115107350101062442132
Binary1101111001101100011111101010001000110101001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D47; }

 p { color: rgb(55,77,71); }

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

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

 a { background-color: rgb(55,77,71); }

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

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

 span { border-color: rgb(55,77,71); }

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