Html Css Color HEX #3C4E46 Corduroy

📋 copy color: '#3C4E46'

red 60 ◦ green 78 ◦ blue 70

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

Shades of Corduroy #3C4E46

Tints of Corduroy #3C4E46

RGB

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

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

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

R = 28.85%
G = 37.5%
B = 33.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#3C4E46 (or 0x3C4E46) is known color: Corduroy. HEX triplet: 3C, 4E and 46. RGB value is (60,78,70). Sum of RGB (Red+Green+Blue) = 60+78+70=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 78 - color contains mainly: green. Hex color #3C4E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4E46 is #C3B1B9. Grayscale: #474747. Windows color (decimal): -12825018 or 4607548. OLE color: 4607548.

HSL color Cylindrical-coordinate representation of color #3C4E46: hue angle of 153.33º 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 #3C4E46 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 78 70 -
CMYK 0.23 0 0.10 0.69
HSL 153.33º 0.13% 0.27% -
HSV(B) 153.33º 0.23% 0.31% -
XYZ 5.69 6.85 6.82 -
YUV 71.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 60 78 70 0.23 0 0.10 0.69 153.33 0.13 0.27
Hex 3C 4E 46 17 0 A 45 99 D 1B
Octal 74 116 106 27 0 12 105 231 15 33
Binary 111100 1001110 1000110 10111 0 1010 1000101 10011001 1101 11011

Color Harmonies of #3C4E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4E46

Black with #3C4E46

Text Example


Text Example

White with #3C4E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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