#374D46

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

Shades of Corduroy #374D46

Tints of Corduroy #374D46

Color information

#374D46 (or 0x374D46) is unknown color: approx Corduroy. HEX triplet: 37, 4D and 46. RGB value is (55,77,70). Sum of RGB (Red+Green+Blue) = 55+77+70=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 77 - color contains mainly: green. Hex color #374D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D46 is #C8B2B9. Grayscale: #454545. Windows color (decimal): -13152954 or 4607287. OLE color: 4607287.

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

Color convert

RGB557770-
CMYK0.2900.090.70
HSL160.91º16.67%25.88%-
HSV(B)160.91º28.57%30.2%-
XYZ5.336.566.78-
YUV69.62128.21117.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 70 (27.73% from 255) = 34.65%
R=27.23%
G=38.12%
B=34.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577700.2900.090.70160.9116.6725.88
Hex374D461D0946a1111a
Octal67115106350111062412132
Binary1101111001101100011011101010011000110101000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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