Html Css Color HEX #3A4037 Mallard

📋 copy color: '#3A4037'

red 58 ◦ green 64 ◦ blue 55

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

Shades of Mallard #3A4037

Tints of Mallard #3A4037

RGB

 RED value IS 58 (23.05% from 255) = 32.77%

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 55 (21.88% from 255) = 31.07%

R = 32.77%
G = 36.16%
B = 31.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3A4037 (or 0x3A4037) is known color: Mallard. HEX triplet: 3A, 40 and 37. RGB value is (58,64,55). Sum of RGB (Red+Green+Blue) = 58+64+55=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4037 is #C5BFC8. Grayscale: #3D3D3D. Windows color (decimal): -12959689 or 3620922. OLE color: 3620922.

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

Color convert

RGB 58 64 55 -
CMYK 0.09 0 0.14 0.75
HSL 100º 0.08% 0.23% -
HSV(B) 100º 0.14% 0.25% -
XYZ 4.27 4.84 4.32 -
YUV 61.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 58 64 55 0.09 0 0.14 0.75 100 0.08 0.23
Hex 3A 40 37 9 0 E 4B 64 8 17
Octal 72 100 67 11 0 16 113 144 10 27
Binary 111010 1000000 110111 1001 0 1110 1001011 1100100 1000 10111

Color Harmonies of #3A4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4037

Black with #3A4037

Text Example


Text Example

White with #3A4037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,64,55); }

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

background-color css

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

 a { background-color: rgb(58,64,55); }

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

border-color css

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

 span { border-color: rgb(58,64,55); }

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