Html Css Color HEX #394B47 Corduroy

📋 copy color: '#394B47'

red 57 ◦ green 75 ◦ blue 71

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

Shades of Corduroy #394B47

Tints of Corduroy #394B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.95%

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

R = 28.08%
G = 36.95%
B = 34.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#394B47 (or 0x394B47) is known color: Corduroy. HEX triplet: 39, 4B and 47. RGB value is (57,75,71). Sum of RGB (Red+Green+Blue) = 57+75+71=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 75 - color contains mainly: green. Hex color #394B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B47 is #C6B4B8. Grayscale: #454545. Windows color (decimal): -13022393 or 4672313. OLE color: 4672313.

HSL color Cylindrical-coordinate representation of color #394B47: hue angle of 166.67º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #394B47 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 75 71 -
CMYK 0.24 0 0.05 0.71
HSL 166.67º 0.14% 0.26% -
HSV(B) 166.67º 0.24% 0.29% -
XYZ 5.34 6.36 6.91 -
YUV 69.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 57 75 71 0.24 0 0.05 0.71 166.67 0.14 0.26
Hex 39 4B 47 18 0 5 47 A7 E 1A
Octal 71 113 107 30 0 5 107 247 16 32
Binary 111001 1001011 1000111 11000 0 101 1000111 10100111 1110 11010

Color Harmonies of #394B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B47

Black with #394B47

Text Example


Text Example

White with #394B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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