Html Css Color HEX #3B4731 Mallard

📋 copy color: '#3B4731'

red 59 ◦ green 71 ◦ blue 49

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

Shades of Mallard #3B4731

Tints of Mallard #3B4731

RGB

 RED value IS 59 (23.44% from 255) = 32.96%

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

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

R = 32.96%
G = 39.66%
B = 27.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#3B4731 (or 0x3B4731) is known color: Mallard. HEX triplet: 3B, 47 and 31. RGB value is (59,71,49). Sum of RGB (Red+Green+Blue) = 59+71+49=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4731 is #C4B8CE. Grayscale: #404040. Windows color (decimal): -12892367 or 3229499. OLE color: 3229499.

HSL color Cylindrical-coordinate representation of color #3B4731: hue angle of 92.73º 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 #3B4731 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 71 49 -
CMYK 0.17 0 0.31 0.72
HSL 92.73º 0.18% 0.24% -
HSV(B) 92.73º 0.31% 0.28% -
XYZ 4.61 5.66 3.75 -
YUV 64.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 59 71 49 0.17 0 0.31 0.72 92.73 0.18 0.24
Hex 3B 47 31 11 0 1F 48 5D 12 18
Octal 73 107 61 21 0 37 110 135 22 30
Binary 111011 1000111 110001 10001 0 11111 1001000 1011101 10010 11000

Color Harmonies of #3B4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4731

Black with #3B4731

Text Example


Text Example

White with #3B4731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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