Html Css Color HEX #374E45 Corduroy

📋 copy color: '#374E45'

red 55 ◦ green 78 ◦ blue 69

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

Shades of Corduroy #374E45

Tints of Corduroy #374E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 27.23%
G = 38.61%
B = 34.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#374E45 (or 0x374E45) is known color: Corduroy. HEX triplet: 37, 4E and 45. RGB value is (55,78,69). Sum of RGB (Red+Green+Blue) = 55+78+69=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 78 - color contains mainly: green. Hex color #374E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E45 is #C8B1BA. Grayscale: #464646. Windows color (decimal): -13152699 or 4542007. OLE color: 4542007.

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

Color convert

RGB 55 78 69 -
CMYK 0.29 0 0.12 0.69
HSL 156.52º 0.17% 0.26% -
HSV(B) 156.52º 0.29% 0.31% -
XYZ 5.37 6.69 6.64 -
YUV 70.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 55 78 69 0.29 0 0.12 0.69 156.52 0.17 0.26
Hex 37 4E 45 1D 0 C 45 9D 11 1A
Octal 67 116 105 35 0 14 105 235 21 32
Binary 110111 1001110 1000101 11101 0 1100 1000101 10011101 10001 11010

Color Harmonies of #374E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E45

Black with #374E45

Text Example


Text Example

White with #374E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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