#374A45

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

Shades of Corduroy #374A45

Tints of Corduroy #374A45

Color information

#374A45 (or 0x374A45) is unknown color: approx Corduroy. HEX triplet: 37, 4A and 45. RGB value is (55,74,69). Sum of RGB (Red+Green+Blue) = 55+74+69=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 74 - color contains mainly: green. Hex color #374A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A45 is #C8B5BA. Grayscale: #434343. Windows color (decimal): -13153723 or 4540983. OLE color: 4540983.

HSL color Cylindrical-coordinate representation of color #374A45: hue angle of 164.21º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374A45 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB557469-
CMYK0.2600.070.71
HSL164.21º14.73%25.29%-
HSV(B)164.21º25.68%29.02%-
XYZ5.16.146.55-
YUV67.75128.71118.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=27.78%
G=37.37%
B=34.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5574690.2600.070.71164.2114.7325.29
Hex374A451A0747a4f19
Octal6711210532071072441731
Binary11011110010101000101110100111100011110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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