Html Css Color HEX #3A472F Mallard

📋 copy color: '#3A472F'

red 58 ◦ green 71 ◦ blue 47

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

Shades of Mallard #3A472F

Tints of Mallard #3A472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 32.95%
G = 40.34%
B = 26.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#3A472F (or 0x3A472F) is known color: Mallard. HEX triplet: 3A, 47 and 2F. RGB value is (58,71,47). Sum of RGB (Red+Green+Blue) = 58+71+47=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #3A472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A472F is #C5B8D0. Grayscale: #404040. Windows color (decimal): -12957905 or 3098426. OLE color: 3098426.

HSL color Cylindrical-coordinate representation of color #3A472F: hue angle of 92.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A472F is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 47 -
CMYK 0.18 0 0.34 0.72
HSL 92.5º 0.2% 0.23% -
HSV(B) 92.5º 0.34% 0.28% -
XYZ 4.51 5.61 3.53 -
YUV 64.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 58 71 47 0.18 0 0.34 0.72 92.5 0.2 0.23
Hex 3A 47 2F 12 0 22 48 5C 14 17
Octal 72 107 57 22 0 42 110 134 24 27
Binary 111010 1000111 101111 10010 0 100010 1001000 1011100 10100 10111

Color Harmonies of #3A472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A472F

Black with #3A472F

Text Example


Text Example

White with #3A472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,47); }

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

background-color css

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

 a { background-color: rgb(58,71,47); }

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

border-color css

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

 span { border-color: rgb(58,71,47); }

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