Html Css Color HEX #394C47 Corduroy

📋 copy color: '#394C47'

red 57 ◦ green 76 ◦ blue 71

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

Shades of Corduroy #394C47

Tints of Corduroy #394C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.25%

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 27.94%
G = 37.25%
B = 34.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#394C47 (or 0x394C47) is known color: Corduroy. HEX triplet: 39, 4C and 47. RGB value is (57,76,71). Sum of RGB (Red+Green+Blue) = 57+76+71=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 76 - color contains mainly: green. Hex color #394C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C47 is #C6B3B8. Grayscale: #454545. Windows color (decimal): -13022137 or 4672569. OLE color: 4672569.

HSL color Cylindrical-coordinate representation of color #394C47: hue angle of 164.21º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394C47 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 76 71 -
CMYK 0.25 0 0.07 0.70
HSL 164.21º 0.14% 0.26% -
HSV(B) 164.21º 0.25% 0.3% -
XYZ 5.41 6.49 6.93 -
YUV 69.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 57 76 71 0.25 0 0.07 0.70 164.21 0.14 0.26
Hex 39 4C 47 19 0 7 46 A4 E 1A
Octal 71 114 107 31 0 7 106 244 16 32
Binary 111001 1001100 1000111 11001 0 111 1000110 10100100 1110 11010

Color Harmonies of #394C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C47

Black with #394C47

Text Example


Text Example

White with #394C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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