Html Css Color HEX #3E4E48 Corduroy

📋 copy color: '#3E4E48'

red 62 ◦ green 78 ◦ blue 72

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

Shades of Corduroy #3E4E48

Tints of Corduroy #3E4E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 29.25%
G = 36.79%
B = 33.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#3E4E48 (or 0x3E4E48) is known color: Corduroy. HEX triplet: 3E, 4E and 48. RGB value is (62,78,72). Sum of RGB (Red+Green+Blue) = 62+78+72=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4E48 is #C1B1B7. Grayscale: #484848. Windows color (decimal): -12693944 or 4738622. OLE color: 4738622.

HSL color Cylindrical-coordinate representation of color #3E4E48: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E4E48 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 78 72 -
CMYK 0.21 0 0.08 0.69
HSL 157.5º 0.11% 0.27% -
HSV(B) 157.5º 0.21% 0.31% -
XYZ 5.88 6.94 7.16 -
YUV 72.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 62 78 72 0.21 0 0.08 0.69 157.5 0.11 0.27
Hex 3E 4E 48 15 0 8 45 9E B 1B
Octal 76 116 110 25 0 10 105 236 13 33
Binary 111110 1001110 1001000 10101 0 1000 1000101 10011110 1011 11011

Color Harmonies of #3E4E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4E48

Black with #3E4E48

Text Example


Text Example

White with #3E4E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,78,72); }

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

background-color css

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

 a { background-color: rgb(62,78,72); }

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

border-color css

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

 span { border-color: rgb(62,78,72); }

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