Html Css Color HEX #3E4B49 Corduroy

📋 copy color: '#3E4B49'

red 62 ◦ green 75 ◦ blue 73

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

Shades of Corduroy #3E4B49

Tints of Corduroy #3E4B49

RGB

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

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

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

R = 29.52%
G = 35.71%
B = 34.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#3E4B49 (or 0x3E4B49) is known color: Corduroy. HEX triplet: 3E, 4B and 49. RGB value is (62,75,73). Sum of RGB (Red+Green+Blue) = 62+75+73=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 75 - color contains mainly: green. Hex color #3E4B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4B49 is #C1B4B6. Grayscale: #464646. Windows color (decimal): -12694711 or 4803390. OLE color: 4803390.

HSL color Cylindrical-coordinate representation of color #3E4B49: hue angle of 170.77º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E4B49 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 75 73 -
CMYK 0.17 0 0.03 0.71
HSL 170.77º 0.09% 0.27% -
HSV(B) 170.77º 0.17% 0.29% -
XYZ 5.71 6.54 7.26 -
YUV 70.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 62 75 73 0.17 0 0.03 0.71 170.77 0.09 0.27
Hex 3E 4B 49 11 0 3 47 AB 9 1B
Octal 76 113 111 21 0 3 107 253 11 33
Binary 111110 1001011 1001001 10001 0 11 1000111 10101011 1001 11011

Color Harmonies of #3E4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4B49

Black with #3E4B49

Text Example


Text Example

White with #3E4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,75,73); }

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

background-color css

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

 a { background-color: rgb(62,75,73); }

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

border-color css

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

 span { border-color: rgb(62,75,73); }

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