Html Css Color HEX #3D5129 Mallard

📋 copy color: '#3D5129'

red 61 ◦ green 81 ◦ blue 41

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

Shades of Mallard #3D5129

Tints of Mallard #3D5129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.26%

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 33.33%
G = 44.26%
B = 22.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#3D5129 (or 0x3D5129) is known color: Mallard. HEX triplet: 3D, 51 and 29. RGB value is (61,81,41). Sum of RGB (Red+Green+Blue) = 61+81+41=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #3D5129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5129 is #C2AED6. Grayscale: #464646. Windows color (decimal): -12758743 or 2707773. OLE color: 2707773.

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

Color convert

RGB 61 81 41 -
CMYK 0.25 0 0.49 0.68
HSL 90º 0.33% 0.24% -
HSV(B) 90º 0.49% 0.32% -
XYZ 5.27 7.04 3.18 -
YUV 70.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 61 81 41 0.25 0 0.49 0.68 90 0.33 0.24
Hex 3D 51 29 19 0 31 44 5A 21 18
Octal 75 121 51 31 0 61 104 132 41 30
Binary 111101 1010001 101001 11001 0 110001 1000100 1011010 100001 11000

Color Harmonies of #3D5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5129

Black with #3D5129

Text Example


Text Example

White with #3D5129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,81,41); }

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

background-color css

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

 a { background-color: rgb(61,81,41); }

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

border-color css

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

 span { border-color: rgb(61,81,41); }

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