Html Css Color HEX #374D45 Corduroy

📋 copy color: '#374D45'

red 55 ◦ green 77 ◦ blue 69

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

Shades of Corduroy #374D45

Tints of Corduroy #374D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.31%

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

R = 27.36%
G = 38.31%
B = 34.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#374D45 (or 0x374D45) is known color: Corduroy. HEX triplet: 37, 4D and 45. RGB value is (55,77,69). Sum of RGB (Red+Green+Blue) = 55+77+69=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #374D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D45 is #C8B2BA. Grayscale: #454545. Windows color (decimal): -13152955 or 4541751. OLE color: 4541751.

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

Color convert

RGB 55 77 69 -
CMYK 0.29 0 0.10 0.70
HSL 158.18º 0.17% 0.26% -
HSV(B) 158.18º 0.29% 0.3% -
XYZ 5.3 6.55 6.61 -
YUV 69.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 55 77 69 0.29 0 0.10 0.70 158.18 0.17 0.26
Hex 37 4D 45 1D 0 A 46 9E 11 1A
Octal 67 115 105 35 0 12 106 236 21 32
Binary 110111 1001101 1000101 11101 0 1010 1000110 10011110 10001 11010

Color Harmonies of #374D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D45

Black with #374D45

Text Example


Text Example

White with #374D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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