Html Css Color HEX #394F46 Corduroy

📋 copy color: '#394F46'

red 57 ◦ green 79 ◦ blue 70

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

Shades of Corduroy #394F46

Tints of Corduroy #394F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 27.67%
G = 38.35%
B = 33.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#394F46 (or 0x394F46) is known color: Corduroy. HEX triplet: 39, 4F and 46. RGB value is (57,79,70). Sum of RGB (Red+Green+Blue) = 57+79+70=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #394F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F46 is #C6B0B9. Grayscale: #474747. Windows color (decimal): -13021370 or 4607801. OLE color: 4607801.

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

Color convert

RGB 57 79 70 -
CMYK 0.28 0 0.11 0.69
HSL 155.45º 0.16% 0.27% -
HSV(B) 155.45º 0.28% 0.31% -
XYZ 5.59 6.9 6.83 -
YUV 71.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 57 79 70 0.28 0 0.11 0.69 155.45 0.16 0.27
Hex 39 4F 46 1C 0 B 45 9B 10 1B
Octal 71 117 106 34 0 13 105 233 20 33
Binary 111001 1001111 1000110 11100 0 1011 1000101 10011011 10000 11011

Color Harmonies of #394F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F46

Black with #394F46

Text Example


Text Example

White with #394F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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