Html Css Color HEX #3D4B2C Mallard

📋 copy color: '#3D4B2C'

red 61 ◦ green 75 ◦ blue 44

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

Shades of Mallard #3D4B2C

Tints of Mallard #3D4B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.67%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 33.89%
G = 41.67%
B = 24.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#3D4B2C (or 0x3D4B2C) is known color: Mallard. HEX triplet: 3D, 4B and 2C. RGB value is (61,75,44). Sum of RGB (Red+Green+Blue) = 61+75+44=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 75 - color contains mainly: green. Hex color #3D4B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4B2C is #C2B4D3. Grayscale: #434343. Windows color (decimal): -12760276 or 2902845. OLE color: 2902845.

HSL color Cylindrical-coordinate representation of color #3D4B2C: hue angle of 87.1º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D4B2C is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 75 44 -
CMYK 0.19 0 0.41 0.71
HSL 87.1º 0.26% 0.23% -
HSV(B) 87.1º 0.41% 0.29% -
XYZ 4.9 6.21 3.32 -
YUV 67.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 61 75 44 0.19 0 0.41 0.71 87.1 0.26 0.23
Hex 3D 4B 2C 13 0 29 47 57 1A 17
Octal 75 113 54 23 0 51 107 127 32 27
Binary 111101 1001011 101100 10011 0 101001 1000111 1010111 11010 10111

Color Harmonies of #3D4B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4B2C

Black with #3D4B2C

Text Example


Text Example

White with #3D4B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,75,44); }

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

background-color css

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

 a { background-color: rgb(61,75,44); }

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

border-color css

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

 span { border-color: rgb(61,75,44); }

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