Html Css Color HEX #3D4538 Mallard

📋 copy color: '#3D4538'

red 61 ◦ green 69 ◦ blue 56

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

Shades of Mallard #3D4538

Tints of Mallard #3D4538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 30.11%

R = 32.8%
G = 37.1%
B = 30.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#3D4538 (or 0x3D4538) is known color: Mallard. HEX triplet: 3D, 45 and 38. RGB value is (61,69,56). Sum of RGB (Red+Green+Blue) = 61+69+56=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4538 is #C2BAC7. Grayscale: #414141. Windows color (decimal): -12761800 or 3687741. OLE color: 3687741.

HSL color Cylindrical-coordinate representation of color #3D4538: hue angle of 96.92º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3D4538 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 69 56 -
CMYK 0.12 0 0.19 0.73
HSL 96.92º 0.1% 0.25% -
HSV(B) 96.92º 0.19% 0.27% -
XYZ 4.77 5.53 4.56 -
YUV 65.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 61 69 56 0.12 0 0.19 0.73 96.92 0.1 0.25
Hex 3D 45 38 C 0 13 49 61 A 19
Octal 75 105 70 14 0 23 111 141 12 31
Binary 111101 1000101 111000 1100 0 10011 1001001 1100001 1010 11001

Color Harmonies of #3D4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4538

Black with #3D4538

Text Example


Text Example

White with #3D4538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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