Html Css Color HEX #394F48 Corduroy

📋 copy color: '#394F48'

red 57 ◦ green 79 ◦ blue 72

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

Shades of Corduroy #394F48

Tints of Corduroy #394F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 27.4%
G = 37.98%
B = 34.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#394F48 (or 0x394F48) is known color: Corduroy. HEX triplet: 39, 4F and 48. RGB value is (57,79,72). Sum of RGB (Red+Green+Blue) = 57+79+72=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #394F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F48 is #C6B0B7. Grayscale: #474747. Windows color (decimal): -13021368 or 4738873. OLE color: 4738873.

HSL color Cylindrical-coordinate representation of color #394F48: hue angle of 160.91º 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 #394F48 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 79 72 -
CMYK 0.28 0 0.09 0.69
HSL 160.91º 0.16% 0.27% -
HSV(B) 160.91º 0.28% 0.31% -
XYZ 5.65 6.93 7.17 -
YUV 71.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 57 79 72 0.28 0 0.09 0.69 160.91 0.16 0.27
Hex 39 4F 48 1C 0 9 45 A1 10 1B
Octal 71 117 110 34 0 11 105 241 20 33
Binary 111001 1001111 1001000 11100 0 1001 1000101 10100001 10000 11011

Color Harmonies of #394F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F48

Black with #394F48

Text Example


Text Example

White with #394F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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