Html Css Color HEX #3D4139 Mallard

📋 copy color: '#3D4139'

red 61 ◦ green 65 ◦ blue 57

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

Shades of Mallard #3D4139

Tints of Mallard #3D4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

 BLUE value IS 57 (22.66% from 255) = 31.15%

R = 33.33%
G = 35.52%
B = 31.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#3D4139 (or 0x3D4139) is known color: Mallard. HEX triplet: 3D, 41 and 39. RGB value is (61,65,57). Sum of RGB (Red+Green+Blue) = 61+65+57=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4139 is #C2BEC6. Grayscale: #3E3E3E. Windows color (decimal): -12762823 or 3752253. OLE color: 3752253.

HSL color Cylindrical-coordinate representation of color #3D4139: hue angle of 90º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D4139 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 65 57 -
CMYK 0.06 0 0.12 0.75
HSL 90º 0.07% 0.24% -
HSV(B) 90º 0.12% 0.25% -
XYZ 4.55 5.07 4.61 -
YUV 62.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 61 65 57 0.06 0 0.12 0.75 90 0.07 0.24
Hex 3D 41 39 6 0 C 4B 5A 7 18
Octal 75 101 71 6 0 14 113 132 7 30
Binary 111101 1000001 111001 110 0 1100 1001011 1011010 111 11000

Color Harmonies of #3D4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4139

Black with #3D4139

Text Example


Text Example

White with #3D4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,65,57); }

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

background-color css

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

 a { background-color: rgb(61,65,57); }

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

border-color css

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

 span { border-color: rgb(61,65,57); }

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