Html Css Color HEX #3C4E48 Corduroy

📋 copy color: '#3C4E48'

red 60 ◦ green 78 ◦ blue 72

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

Shades of Corduroy #3C4E48

Tints of Corduroy #3C4E48

RGB

 RED value IS 60 (23.83% from 255) = 28.57%

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

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

R = 28.57%
G = 37.14%
B = 34.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#3C4E48 (or 0x3C4E48) is known color: Corduroy. HEX triplet: 3C, 4E and 48. RGB value is (60,78,72). Sum of RGB (Red+Green+Blue) = 60+78+72=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #3C4E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4E48 is #C3B1B7. Grayscale: #474747. Windows color (decimal): -12825016 or 4738620. OLE color: 4738620.

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

Color convert

RGB 60 78 72 -
CMYK 0.23 0 0.08 0.69
HSL 160º 0.13% 0.27% -
HSV(B) 160º 0.23% 0.31% -
XYZ 5.76 6.88 7.15 -
YUV 71.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 60 78 72 0.23 0 0.08 0.69 160 0.13 0.27
Hex 3C 4E 48 17 0 8 45 A0 D 1B
Octal 74 116 110 27 0 10 105 240 15 33
Binary 111100 1001110 1001000 10111 0 1000 1000101 10100000 1101 11011

Color Harmonies of #3C4E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4E48

Black with #3C4E48

Text Example


Text Example

White with #3C4E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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