Html Css Color HEX #3D552D Mallard

📋 copy color: '#3D552D'

red 61 ◦ green 85 ◦ blue 45

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

Shades of Mallard #3D552D

Tints of Mallard #3D552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 31.94%
G = 44.5%
B = 23.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#3D552D (or 0x3D552D) is known color: Mallard. HEX triplet: 3D, 55 and 2D. RGB value is (61,85,45). Sum of RGB (Red+Green+Blue) = 61+85+45=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #3D552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D552D is #C2AAD2. Grayscale: #494949. Windows color (decimal): -12757715 or 2970941. OLE color: 2970941.

HSL color Cylindrical-coordinate representation of color #3D552D: hue angle of 96º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D552D is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 85 45 -
CMYK 0.28 0 0.47 0.67
HSL 96º 0.31% 0.25% -
HSV(B) 96º 0.47% 0.33% -
XYZ 5.65 7.68 3.67 -
YUV 73.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 61 85 45 0.28 0 0.47 0.67 96 0.31 0.25
Hex 3D 55 2D 1C 0 2F 43 60 1F 19
Octal 75 125 55 34 0 57 103 140 37 31
Binary 111101 1010101 101101 11100 0 101111 1000011 1100000 11111 11001

Color Harmonies of #3D552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D552D

Black with #3D552D

Text Example


Text Example

White with #3D552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,85,45); }

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

background-color css

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

 a { background-color: rgb(61,85,45); }

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

border-color css

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

 span { border-color: rgb(61,85,45); }

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