Html Css Color HEX #3D4F49 Corduroy

📋 copy color: '#3D4F49'

red 61 ◦ green 79 ◦ blue 73

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

Shades of Corduroy #3D4F49

Tints of Corduroy #3D4F49

RGB

 RED value IS 61 (24.22% from 255) = 28.64%

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

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 28.64%
G = 37.09%
B = 34.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#3D4F49 (or 0x3D4F49) is known color: Corduroy. HEX triplet: 3D, 4F and 49. RGB value is (61,79,73). Sum of RGB (Red+Green+Blue) = 61+79+73=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4F49 is #C2B0B6. Grayscale: #484848. Windows color (decimal): -12759223 or 4804413. OLE color: 4804413.

HSL color Cylindrical-coordinate representation of color #3D4F49: hue angle of 160º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D4F49 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 79 73 -
CMYK 0.23 0 0.08 0.69
HSL 160º 0.13% 0.27% -
HSV(B) 160º 0.23% 0.31% -
XYZ 5.92 7.07 7.35 -
YUV 72.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 61 79 73 0.23 0 0.08 0.69 160 0.13 0.27
Hex 3D 4F 49 17 0 8 45 A0 D 1B
Octal 75 117 111 27 0 10 105 240 15 33
Binary 111101 1001111 1001001 10111 0 1000 1000101 10100000 1101 11011

Color Harmonies of #3D4F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4F49

Black with #3D4F49

Text Example


Text Example

White with #3D4F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D4F49; }

 p { color: rgb(61,79,73); }

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

background-color css

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

 a { background-color: rgb(61,79,73); }

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

border-color css

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

 span { border-color: rgb(61,79,73); }

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