#374E47

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

Shades of Corduroy #374E47

Tints of Corduroy #374E47

Color information

#374E47 (or 0x374E47) is unknown color: approx Corduroy. HEX triplet: 37, 4E and 47. RGB value is (55,78,71). Sum of RGB (Red+Green+Blue) = 55+78+71=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #374E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E47 is #C8B1B8. Grayscale: #464646. Windows color (decimal): -13152697 or 4673079. OLE color: 4673079.

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

Color convert

RGB557871-
CMYK0.2900.090.69
HSL161.74º17.29%26.08%-
HSV(B)161.74º29.49%30.59%-
XYZ5.446.726.97-
YUV70.32128.38117.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=26.96%
G=38.24%
B=34.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5578710.2900.090.69161.7417.2926.08
Hex374E471D0945a2111a
Octal67116107350111052422132
Binary1101111001110100011111101010011000101101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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