Html Css Color HEX #374B46 Corduroy

📋 copy color: '#374B46'

red 55 ◦ green 75 ◦ blue 70

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

Shades of Corduroy #374B46

Tints of Corduroy #374B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.5%

 BLUE value IS 70 (27.73% from 255) = 35%

R = 27.5%
G = 37.5%
B = 35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#374B46 (or 0x374B46) is known color: Corduroy. HEX triplet: 37, 4B and 46. RGB value is (55,75,70). Sum of RGB (Red+Green+Blue) = 55+75+70=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 75 - color contains mainly: green. Hex color #374B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B46 is #C8B4B9. Grayscale: #444444. Windows color (decimal): -13153466 or 4606775. OLE color: 4606775.

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

Color convert

RGB 55 75 70 -
CMYK 0.27 0 0.07 0.71
HSL 165º 0.15% 0.25% -
HSV(B) 165º 0.27% 0.29% -
XYZ 5.2 6.29 6.73 -
YUV 68.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 55 75 70 0.27 0 0.07 0.71 165 0.15 0.25
Hex 37 4B 46 1B 0 7 47 A5 F 19
Octal 67 113 106 33 0 7 107 245 17 31
Binary 110111 1001011 1000110 11011 0 111 1000111 10100101 1111 11001

Color Harmonies of #374B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B46

Black with #374B46

Text Example


Text Example

White with #374B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,70); }

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

background-color css

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

 a { background-color: rgb(55,75,70); }

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

border-color css

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

 span { border-color: rgb(55,75,70); }

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