#374E45

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

Shades of Corduroy #374E45

Tints of Corduroy #374E45

Color information

#374E45 (or 0x374E45) is unknown color: approx Corduroy. HEX triplet: 37, 4E and 45. RGB value is (55,78,69). Sum of RGB (Red+Green+Blue) = 55+78+69=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 78 - color contains mainly: green. Hex color #374E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E45 is #C8B1BA. Grayscale: #464646. Windows color (decimal): -13152699 or 4542007. OLE color: 4542007.

HSL color Cylindrical-coordinate representation of color #374E45: hue angle of 156.52º 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 #374E45 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB557869-
CMYK0.2900.120.69
HSL156.52º17.29%26.08%-
HSV(B)156.52º29.49%30.59%-
XYZ5.376.696.64-
YUV70.1127.38117.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 78 (30.86% from 255) = 38.61%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=27.23%
G=38.61%
B=34.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5578690.2900.120.69156.5217.2926.08
Hex374E451D0C459d111a
Octal67116105350141052352132
Binary1101111001110100010111101011001000101100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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