Html Css Color HEX #374E49 Corduroy

📋 copy color: '#374E49'

red 55 ◦ green 78 ◦ blue 73

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

Shades of Corduroy #374E49

Tints of Corduroy #374E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.86%

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 26.7%
G = 37.86%
B = 35.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#374E49 (or 0x374E49) is known color: Corduroy. HEX triplet: 37, 4E and 49. RGB value is (55,78,73). Sum of RGB (Red+Green+Blue) = 55+78+73=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #374E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E49 is #C8B1B6. Grayscale: #464646. Windows color (decimal): -13152695 or 4804151. OLE color: 4804151.

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

Color convert

RGB 55 78 73 -
CMYK 0.29 0 0.06 0.69
HSL 166.96º 0.17% 0.26% -
HSV(B) 166.96º 0.29% 0.31% -
XYZ 5.5 6.74 7.31 -
YUV 70.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 55 78 73 0.29 0 0.06 0.69 166.96 0.17 0.26
Hex 37 4E 49 1D 0 6 45 A7 11 1A
Octal 67 116 111 35 0 6 105 247 21 32
Binary 110111 1001110 1001001 11101 0 110 1000101 10100111 10001 11010

Color Harmonies of #374E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E49

Black with #374E49

Text Example


Text Example

White with #374E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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