Html Css Color HEX #394642 Corduroy

📋 copy color: '#394642'

red 57 ◦ green 70 ◦ blue 66

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

Shades of Corduroy #394642

Tints of Corduroy #394642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 29.53%
G = 36.27%
B = 34.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#394642 (or 0x394642) is known color: Corduroy. HEX triplet: 39, 46 and 42. RGB value is (57,70,66). Sum of RGB (Red+Green+Blue) = 57+70+66=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #394642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394642 is #C6B9BD. Grayscale: #414141. Windows color (decimal): -13023678 or 4343353. OLE color: 4343353.

HSL color Cylindrical-coordinate representation of color #394642: hue angle of 161.54º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #394642 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 70 66 -
CMYK 0.19 0 0.06 0.73
HSL 161.54º 0.1% 0.25% -
HSV(B) 161.54º 0.19% 0.27% -
XYZ 4.86 5.64 5.99 -
YUV 65.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 57 70 66 0.19 0 0.06 0.73 161.54 0.1 0.25
Hex 39 46 42 13 0 6 49 A2 A 19
Octal 71 106 102 23 0 6 111 242 12 31
Binary 111001 1000110 1000010 10011 0 110 1001001 10100010 1010 11001

Color Harmonies of #394642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394642

Black with #394642

Text Example


Text Example

White with #394642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394642; }

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

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

background-color css

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

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

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

border-color css

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

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

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