Html Css Color HEX #3D4836 Mallard

📋 copy color: '#3D4836'

red 61 ◦ green 72 ◦ blue 54

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

Shades of Mallard #3D4836

Tints of Mallard #3D4836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 32.62%
G = 38.5%
B = 28.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#3D4836 (or 0x3D4836) is known color: Mallard. HEX triplet: 3D, 48 and 36. RGB value is (61,72,54). Sum of RGB (Red+Green+Blue) = 61+72+54=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4836 is #C2B7C9. Grayscale: #424242. Windows color (decimal): -12761034 or 3557437. OLE color: 3557437.

HSL color Cylindrical-coordinate representation of color #3D4836: hue angle of 96.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4836 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 72 54 -
CMYK 0.15 0 0.25 0.72
HSL 96.67º 0.14% 0.25% -
HSV(B) 96.67º 0.25% 0.28% -
XYZ 4.91 5.89 4.37 -
YUV 66.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 61 72 54 0.15 0 0.25 0.72 96.67 0.14 0.25
Hex 3D 48 36 F 0 19 48 61 E 19
Octal 75 110 66 17 0 31 110 141 16 31
Binary 111101 1001000 110110 1111 0 11001 1001000 1100001 1110 11001

Color Harmonies of #3D4836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4836

Black with #3D4836

Text Example


Text Example

White with #3D4836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,72,54); }

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

background-color css

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

 a { background-color: rgb(61,72,54); }

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

border-color css

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

 span { border-color: rgb(61,72,54); }

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