Html Css Color HEX #3C4240 Corduroy

📋 copy color: '#3C4240'

red 60 ◦ green 66 ◦ blue 64

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

Shades of Corduroy #3C4240

Tints of Corduroy #3C4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 31.58%
G = 34.74%
B = 33.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#3C4240 (or 0x3C4240) is known color: Corduroy. HEX triplet: 3C, 42 and 40. RGB value is (60,66,64). Sum of RGB (Red+Green+Blue) = 60+66+64=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4240 is #C3BDBF. Grayscale: #3F3F3F. Windows color (decimal): -12828096 or 4211260. OLE color: 4211260.

HSL color Cylindrical-coordinate representation of color #3C4240: hue angle of 160º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C4240 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 66 64 -
CMYK 0.09 0 0.03 0.74
HSL 160º 0.05% 0.25% -
HSV(B) 160º 0.09% 0.26% -
XYZ 4.74 5.23 5.61 -
YUV 63.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 60 66 64 0.09 0 0.03 0.74 160 0.05 0.25
Hex 3C 42 40 9 0 3 4A A0 5 19
Octal 74 102 100 11 0 3 112 240 5 31
Binary 111100 1000010 1000000 1001 0 11 1001010 10100000 101 11001

Color Harmonies of #3C4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4240

Black with #3C4240

Text Example


Text Example

White with #3C4240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,64); }

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

background-color css

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

 a { background-color: rgb(60,66,64); }

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

border-color css

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

 span { border-color: rgb(60,66,64); }

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