Html Css Color HEX #394741 Corduroy

📋 copy color: '#394741'

red 57 ◦ green 71 ◦ blue 65

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

Shades of Corduroy #394741

Tints of Corduroy #394741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 29.53%
G = 36.79%
B = 33.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#394741 (or 0x394741) is known color: Corduroy. HEX triplet: 39, 47 and 41. RGB value is (57,71,65). Sum of RGB (Red+Green+Blue) = 57+71+65=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #394741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394741 is #C6B8BE. Grayscale: #424242. Windows color (decimal): -13023423 or 4278073. OLE color: 4278073.

HSL color Cylindrical-coordinate representation of color #394741: hue angle of 154.29º 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 #394741 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 71 65 -
CMYK 0.20 0 0.08 0.72
HSL 154.29º 0.11% 0.25% -
HSV(B) 154.29º 0.2% 0.28% -
XYZ 4.89 5.76 5.85 -
YUV 66.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 57 71 65 0.20 0 0.08 0.72 154.29 0.11 0.25
Hex 39 47 41 14 0 8 48 9A B 19
Octal 71 107 101 24 0 10 110 232 13 31
Binary 111001 1000111 1000001 10100 0 1000 1001000 10011010 1011 11001

Color Harmonies of #394741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394741

Black with #394741

Text Example


Text Example

White with #394741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394741; }

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

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

background-color css

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

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

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

border-color css

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

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

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