Html Css Color HEX #394742 Corduroy

📋 copy color: '#394742'

red 57 ◦ green 71 ◦ blue 66

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

Shades of Corduroy #394742

Tints of Corduroy #394742

RGB

 RED value IS 57 (22.66% from 255) = 29.38%

 GREEN value IS 71 (28.13% from 255) = 36.6%

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

R = 29.38%
G = 36.6%
B = 34.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#394742 (or 0x394742) is known color: Corduroy. HEX triplet: 39, 47 and 42. RGB value is (57,71,66). Sum of RGB (Red+Green+Blue) = 57+71+66=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #394742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394742 is #C6B8BD. Grayscale: #424242. Windows color (decimal): -13023422 or 4343609. OLE color: 4343609.

HSL color Cylindrical-coordinate representation of color #394742: hue angle of 158.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #394742 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 71 66 -
CMYK 0.20 0 0.07 0.72
HSL 158.57º 0.11% 0.25% -
HSV(B) 158.57º 0.2% 0.28% -
XYZ 4.92 5.77 6.01 -
YUV 66.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 57 71 66 0.20 0 0.07 0.72 158.57 0.11 0.25
Hex 39 47 42 14 0 7 48 9F B 19
Octal 71 107 102 24 0 7 110 237 13 31
Binary 111001 1000111 1000010 10100 0 111 1001000 10011111 1011 11001

Color Harmonies of #394742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394742

Black with #394742

Text Example


Text Example

White with #394742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394742; }

 p { color: rgb(57,71,66); }

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

background-color css

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

 a { background-color: rgb(57,71,66); }

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

border-color css

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

 span { border-color: rgb(57,71,66); }

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