Html Css Color HEX #3D433A Mallard

📋 copy color: '#3D433A'

red 61 ◦ green 67 ◦ blue 58

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

Shades of Mallard #3D433A

Tints of Mallard #3D433A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

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

R = 32.8%
G = 36.02%
B = 31.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.74

RGB Variations

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

Color information

#3D433A (or 0x3D433A) is known color: Mallard. HEX triplet: 3D, 43 and 3A. RGB value is (61,67,58). Sum of RGB (Red+Green+Blue) = 61+67+58=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 67 - color contains mainly: green. Hex color #3D433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D433A is #C2BCC5. Grayscale: #404040. Windows color (decimal): -12762310 or 3818301. OLE color: 3818301.

HSL color Cylindrical-coordinate representation of color #3D433A: hue angle of 100º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D433A is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB 61 67 58 -
CMYK 0.09 0 0.13 0.74
HSL 100º 0.07% 0.25% -
HSV(B) 100º 0.13% 0.26% -
XYZ 4.7 5.31 4.78 -
YUV 64.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 61 67 58 0.09 0 0.13 0.74 100 0.07 0.25
Hex 3D 43 3A 9 0 D 4A 64 7 19
Octal 75 103 72 11 0 15 112 144 7 31
Binary 111101 1000011 111010 1001 0 1101 1001010 1100100 111 11001

Color Harmonies of #3D433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D433A

Black with #3D433A

Text Example


Text Example

White with #3D433A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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