Html Css Color HEX #374944 Corduroy

📋 copy color: '#374944'

red 55 ◦ green 73 ◦ blue 68

#374944
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #374944

Tints of Corduroy #374944

RGB

 RED value IS 55 (21.88% from 255) = 28.06%

 GREEN value IS 73 (28.91% from 255) = 37.24%

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 28.06%
G = 37.24%
B = 34.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#374944 (or 0x374944) is known color: Corduroy. HEX triplet: 37, 49 and 44. RGB value is (55,73,68). Sum of RGB (Red+Green+Blue) = 55+73+68=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #374944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374944 is #C8B6BB. Grayscale: #434343. Windows color (decimal): -13153980 or 4475191. OLE color: 4475191.

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

Color convert

RGB 55 73 68 -
CMYK 0.25 0 0.07 0.71
HSL 163.33º 0.14% 0.25% -
HSV(B) 163.33º 0.25% 0.29% -
XYZ 5 5.99 6.36 -
YUV 67.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 55 73 68 0.25 0 0.07 0.71 163.33 0.14 0.25
Hex 37 49 44 19 0 7 47 A3 E 19
Octal 67 111 104 31 0 7 107 243 16 31
Binary 110111 1001001 1000100 11001 0 111 1000111 10100011 1110 11001

Color Harmonies of #374944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374944

Black with #374944

Text Example


Text Example

White with #374944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374944; }

 p { color: rgb(55,73,68); }

 H1.HeaderClassName
 {
   color: #374944;
 }
 .AnyTagClassName
 {
   color: #374944;
 }
</style>

background-color css

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

 a { background-color: rgb(55,73,68); }

 div.DivClassName
 {
   background-color: #374944;
 }
 .BgClassName
 {
   background-color: #374944;
 }
</style>

border-color css

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

 span { border-color: rgb(55,73,68); }

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