Html Css Color HEX #404342 Corduroy

📋 copy color: '#404342'

red 64 ◦ green 67 ◦ blue 66

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

Shades of Corduroy #404342

Tints of Corduroy #404342

RGB

 RED value IS 64 (25.39% from 255) = 32.49%

 GREEN value IS 67 (26.56% from 255) = 34.01%

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 32.49%
G = 34.01%
B = 33.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#404342 (or 0x404342) is known color: Corduroy. HEX triplet: 40, 43 and 42. RGB value is (64,67,66). Sum of RGB (Red+Green+Blue) = 64+67+66=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 67 - color contains mainly: green. Hex color #404342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404342 is #BFBCBD. Grayscale: #414141. Windows color (decimal): -12565694 or 4342592. OLE color: 4342592.

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

Color convert

RGB 64 67 66 -
CMYK 0.04 0 0.01 0.74
HSL 160º 0.02% 0.26% -
HSV(B) 160º 0.04% 0.26% -
XYZ 5.1 5.5 5.95 -
YUV 65.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 64 67 66 0.04 0 0.01 0.74 160 0.02 0.26
Hex 40 43 42 4 0 1 4A A0 2 1A
Octal 100 103 102 4 0 1 112 240 2 32
Binary 1000000 1000011 1000010 100 0 1 1001010 10100000 10 11010

Color Harmonies of #404342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404342

Black with #404342

Text Example


Text Example

White with #404342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404342; }

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

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

background-color css

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

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

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

border-color css

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

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

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