Html Css Color HEX #394D48 Corduroy

📋 copy color: '#394D48'

red 57 ◦ green 77 ◦ blue 72

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

Shades of Corduroy #394D48

Tints of Corduroy #394D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.38%

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

R = 27.67%
G = 37.38%
B = 34.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#394D48 (or 0x394D48) is known color: Corduroy. HEX triplet: 39, 4D and 48. RGB value is (57,77,72). Sum of RGB (Red+Green+Blue) = 57+77+72=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #394D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D48 is #C6B2B7. Grayscale: #464646. Windows color (decimal): -13021880 or 4738361. OLE color: 4738361.

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

Color convert

RGB 57 77 72 -
CMYK 0.26 0 0.06 0.70
HSL 165º 0.15% 0.26% -
HSV(B) 165º 0.26% 0.3% -
XYZ 5.51 6.65 7.12 -
YUV 70.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 57 77 72 0.26 0 0.06 0.70 165 0.15 0.26
Hex 39 4D 48 1A 0 6 46 A5 F 1A
Octal 71 115 110 32 0 6 106 245 17 32
Binary 111001 1001101 1001000 11010 0 110 1000110 10100101 1111 11010

Color Harmonies of #394D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D48

Black with #394D48

Text Example


Text Example

White with #394D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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