#374D45

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

Shades of Corduroy #374D45

Tints of Corduroy #374D45

Color information

#374D45 (or 0x374D45) is unknown color: approx Corduroy. HEX triplet: 37, 4D and 45. RGB value is (55,77,69). Sum of RGB (Red+Green+Blue) = 55+77+69=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #374D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D45 is #C8B2BA. Grayscale: #454545. Windows color (decimal): -13152955 or 4541751. OLE color: 4541751.

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

Color convert

RGB557769-
CMYK0.2900.100.70
HSL158.18º16.67%25.88%-
HSV(B)158.18º28.57%30.2%-
XYZ5.36.556.61-
YUV69.51127.71117.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=27.36%
G=38.31%
B=34.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577690.2900.100.70158.1816.6725.88
Hex374D451D0A469e111a
Octal67115105350121062362132
Binary1101111001101100010111101010101000110100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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