Html Css Color HEX #394F47 Corduroy

📋 copy color: '#394F47'

red 57 ◦ green 79 ◦ blue 71

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

Shades of Corduroy #394F47

Tints of Corduroy #394F47

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.16%

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

R = 27.54%
G = 38.16%
B = 34.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#394F47 (or 0x394F47) is known color: Corduroy. HEX triplet: 39, 4F and 47. RGB value is (57,79,71). Sum of RGB (Red+Green+Blue) = 57+79+71=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #394F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F47 is #C6B0B8. Grayscale: #474747. Windows color (decimal): -13021369 or 4673337. OLE color: 4673337.

HSL color Cylindrical-coordinate representation of color #394F47: hue angle of 158.18º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394F47 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 79 71 -
CMYK 0.28 0 0.10 0.69
HSL 158.18º 0.16% 0.27% -
HSV(B) 158.18º 0.28% 0.31% -
XYZ 5.62 6.92 7 -
YUV 71.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 57 79 71 0.28 0 0.10 0.69 158.18 0.16 0.27
Hex 39 4F 47 1C 0 A 45 9E 10 1B
Octal 71 117 107 34 0 12 105 236 20 33
Binary 111001 1001111 1000111 11100 0 1010 1000101 10011110 10000 11011

Color Harmonies of #394F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F47

Black with #394F47

Text Example


Text Example

White with #394F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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