Html Css Color HEX #3D4537 Mallard

📋 copy color: '#3D4537'

red 61 ◦ green 69 ◦ blue 55

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

Shades of Mallard #3D4537

Tints of Mallard #3D4537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.3%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 32.97%
G = 37.3%
B = 29.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#3D4537 (or 0x3D4537) is known color: Mallard. HEX triplet: 3D, 45 and 37. RGB value is (61,69,55). Sum of RGB (Red+Green+Blue) = 61+69+55=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4537 is #C2BAC8. Grayscale: #414141. Windows color (decimal): -12761801 or 3622205. OLE color: 3622205.

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

Color convert

RGB 61 69 55 -
CMYK 0.12 0 0.20 0.73
HSL 94.29º 0.11% 0.24% -
HSV(B) 94.29º 0.2% 0.27% -
XYZ 4.74 5.52 4.43 -
YUV 65.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 61 69 55 0.12 0 0.20 0.73 94.29 0.11 0.24
Hex 3D 45 37 C 0 14 49 5E B 18
Octal 75 105 67 14 0 24 111 136 13 30
Binary 111101 1000101 110111 1100 0 10100 1001001 1011110 1011 11000

Color Harmonies of #3D4537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4537

Black with #3D4537

Text Example


Text Example

White with #3D4537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,69,55); }

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

background-color css

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

 a { background-color: rgb(61,69,55); }

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

border-color css

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

 span { border-color: rgb(61,69,55); }

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