Html Css Color HEX #3A4731 Mallard

📋 copy color: '#3A4731'

red 58 ◦ green 71 ◦ blue 49

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

Shades of Mallard #3A4731

Tints of Mallard #3A4731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 27.53%

R = 32.58%
G = 39.89%
B = 27.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#3A4731 (or 0x3A4731) is known color: Mallard. HEX triplet: 3A, 47 and 31. RGB value is (58,71,49). Sum of RGB (Red+Green+Blue) = 58+71+49=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4731 is #C5B8CE. Grayscale: #404040. Windows color (decimal): -12957903 or 3229498. OLE color: 3229498.

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

Color convert

RGB 58 71 49 -
CMYK 0.18 0 0.31 0.72
HSL 95.45º 0.18% 0.24% -
HSV(B) 95.45º 0.31% 0.28% -
XYZ 4.55 5.63 3.75 -
YUV 64.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 58 71 49 0.18 0 0.31 0.72 95.45 0.18 0.24
Hex 3A 47 31 12 0 1F 48 5F 12 18
Octal 72 107 61 22 0 37 110 137 22 30
Binary 111010 1000111 110001 10010 0 11111 1001000 1011111 10010 11000

Color Harmonies of #3A4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4731

Black with #3A4731

Text Example


Text Example

White with #3A4731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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