Html Css Color HEX #3D423A Mallard

📋 copy color: '#3D423A'

red 61 ◦ green 66 ◦ blue 58

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

Shades of Mallard #3D423A

Tints of Mallard #3D423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 32.97%
G = 35.68%
B = 31.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#3D423A (or 0x3D423A) is known color: Mallard. HEX triplet: 3D, 42 and 3A. RGB value is (61,66,58). Sum of RGB (Red+Green+Blue) = 61+66+58=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 66 - color contains mainly: green. Hex color #3D423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D423A is #C2BDC5. Grayscale: #3F3F3F. Windows color (decimal): -12762566 or 3818045. OLE color: 3818045.

HSL color Cylindrical-coordinate representation of color #3D423A: hue angle of 97.5º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D423A is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 61 66 58 -
CMYK 0.08 0 0.12 0.74
HSL 97.5º 0.06% 0.24% -
HSV(B) 97.5º 0.12% 0.26% -
XYZ 4.64 5.19 4.76 -
YUV 63.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 61 66 58 0.08 0 0.12 0.74 97.5 0.06 0.24
Hex 3D 42 3A 8 0 C 4A 62 6 18
Octal 75 102 72 10 0 14 112 142 6 30
Binary 111101 1000010 111010 1000 0 1100 1001010 1100010 110 11000

Color Harmonies of #3D423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D423A

Black with #3D423A

Text Example


Text Example

White with #3D423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,66,58); }

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

background-color css

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

 a { background-color: rgb(61,66,58); }

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

border-color css

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

 span { border-color: rgb(61,66,58); }

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