Html Css Color HEX #394842 Corduroy

📋 copy color: '#394842'

red 57 ◦ green 72 ◦ blue 66

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

Shades of Corduroy #394842

Tints of Corduroy #394842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 29.23%
G = 36.92%
B = 33.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#394842 (or 0x394842) is known color: Corduroy. HEX triplet: 39, 48 and 42. RGB value is (57,72,66). Sum of RGB (Red+Green+Blue) = 57+72+66=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #394842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394842 is #C6B7BD. Grayscale: #424242. Windows color (decimal): -13023166 or 4343865. OLE color: 4343865.

HSL color Cylindrical-coordinate representation of color #394842: hue angle of 156º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #394842 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 72 66 -
CMYK 0.21 0 0.08 0.72
HSL 156º 0.12% 0.25% -
HSV(B) 156º 0.21% 0.28% -
XYZ 4.99 5.9 6.03 -
YUV 66.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 57 72 66 0.21 0 0.08 0.72 156 0.12 0.25
Hex 39 48 42 15 0 8 48 9C C 19
Octal 71 110 102 25 0 10 110 234 14 31
Binary 111001 1001000 1000010 10101 0 1000 1001000 10011100 1100 11001

Color Harmonies of #394842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394842

Black with #394842

Text Example


Text Example

White with #394842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394842; }

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

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

background-color css

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

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

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

border-color css

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

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

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