Html Css Color HEX #3D4C48 Corduroy

📋 copy color: '#3D4C48'

red 61 ◦ green 76 ◦ blue 72

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

Shades of Corduroy #3D4C48

Tints of Corduroy #3D4C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 29.19%
G = 36.36%
B = 34.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#3D4C48 (or 0x3D4C48) is known color: Corduroy. HEX triplet: 3D, 4C and 48. RGB value is (61,76,72). Sum of RGB (Red+Green+Blue) = 61+76+72=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C48 is #C2B3B7. Grayscale: #474747. Windows color (decimal): -12759992 or 4738109. OLE color: 4738109.

HSL color Cylindrical-coordinate representation of color #3D4C48: hue angle of 164º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D4C48 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 76 72 -
CMYK 0.20 0 0.05 0.70
HSL 164º 0.11% 0.27% -
HSV(B) 164º 0.2% 0.3% -
XYZ 5.68 6.63 7.11 -
YUV 71.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 61 76 72 0.20 0 0.05 0.70 164 0.11 0.27
Hex 3D 4C 48 14 0 5 46 A4 B 1B
Octal 75 114 110 24 0 5 106 244 13 33
Binary 111101 1001100 1001000 10100 0 101 1000110 10100100 1011 11011

Color Harmonies of #3D4C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4C48

Black with #3D4C48

Text Example


Text Example

White with #3D4C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,76,72); }

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

background-color css

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

 a { background-color: rgb(61,76,72); }

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

border-color css

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

 span { border-color: rgb(61,76,72); }

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