Html Css Color HEX #394942 Corduroy

📋 copy color: '#394942'

red 57 ◦ green 73 ◦ blue 66

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

Shades of Corduroy #394942

Tints of Corduroy #394942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

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

R = 29.08%
G = 37.24%
B = 33.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#394942 (or 0x394942) is known color: Corduroy. HEX triplet: 39, 49 and 42. RGB value is (57,73,66). Sum of RGB (Red+Green+Blue) = 57+73+66=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #394942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394942 is #C6B6BD. Grayscale: #434343. Windows color (decimal): -13022910 or 4344121. OLE color: 4344121.

HSL color Cylindrical-coordinate representation of color #394942: hue angle of 153.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394942 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 66 -
CMYK 0.22 0 0.10 0.71
HSL 153.75º 0.12% 0.25% -
HSV(B) 153.75º 0.22% 0.29% -
XYZ 5.05 6.03 6.05 -
YUV 67.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 57 73 66 0.22 0 0.10 0.71 153.75 0.12 0.25
Hex 39 49 42 16 0 A 47 9A C 19
Octal 71 111 102 26 0 12 107 232 14 31
Binary 111001 1001001 1000010 10110 0 1010 1000111 10011010 1100 11001

Color Harmonies of #394942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394942

Black with #394942

Text Example


Text Example

White with #394942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394942; }

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

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

background-color css

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

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

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

border-color css

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

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

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