Html Css Color HEX #3E4C47 Corduroy

📋 copy color: '#3E4C47'

red 62 ◦ green 76 ◦ blue 71

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

Shades of Corduroy #3E4C47

Tints of Corduroy #3E4C47

RGB

 RED value IS 62 (24.61% from 255) = 29.67%

 GREEN value IS 76 (30.08% from 255) = 36.36%

 BLUE value IS 71 (28.13% from 255) = 33.97%

R = 29.67%
G = 36.36%
B = 33.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#3E4C47 (or 0x3E4C47) is known color: Corduroy. HEX triplet: 3E, 4C and 47. RGB value is (62,76,71). Sum of RGB (Red+Green+Blue) = 62+76+71=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C47 is #C1B3B8. Grayscale: #474747. Windows color (decimal): -12694457 or 4672574. OLE color: 4672574.

HSL color Cylindrical-coordinate representation of color #3E4C47: hue angle of 158.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E4C47 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 76 71 -
CMYK 0.18 0 0.07 0.70
HSL 158.57º 0.1% 0.27% -
HSV(B) 158.57º 0.18% 0.3% -
XYZ 5.71 6.65 6.94 -
YUV 71.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 62 76 71 0.18 0 0.07 0.70 158.57 0.1 0.27
Hex 3E 4C 47 12 0 7 46 9F A 1B
Octal 76 114 107 22 0 7 106 237 12 33
Binary 111110 1001100 1000111 10010 0 111 1000110 10011111 1010 11011

Color Harmonies of #3E4C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4C47

Black with #3E4C47

Text Example


Text Example

White with #3E4C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E4C47; }

 p { color: rgb(62,76,71); }

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

background-color css

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

 a { background-color: rgb(62,76,71); }

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

border-color css

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

 span { border-color: rgb(62,76,71); }

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