Html Css Color HEX #3B4631 Mallard

📋 copy color: '#3B4631'

red 59 ◦ green 70 ◦ blue 49

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

Shades of Mallard #3B4631

Tints of Mallard #3B4631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

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

R = 33.15%
G = 39.33%
B = 27.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#3B4631 (or 0x3B4631) is known color: Mallard. HEX triplet: 3B, 46 and 31. RGB value is (59,70,49). Sum of RGB (Red+Green+Blue) = 59+70+49=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4631 is #C4B9CE. Grayscale: #404040. Windows color (decimal): -12892623 or 3229243. OLE color: 3229243.

HSL color Cylindrical-coordinate representation of color #3B4631: hue angle of 91.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B4631 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 70 49 -
CMYK 0.16 0 0.30 0.73
HSL 91.43º 0.18% 0.23% -
HSV(B) 91.43º 0.3% 0.27% -
XYZ 4.55 5.53 3.73 -
YUV 64.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 59 70 49 0.16 0 0.30 0.73 91.43 0.18 0.23
Hex 3B 46 31 10 0 1E 49 5B 12 17
Octal 73 106 61 20 0 36 111 133 22 27
Binary 111011 1000110 110001 10000 0 11110 1001001 1011011 10010 10111

Color Harmonies of #3B4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4631

Black with #3B4631

Text Example


Text Example

White with #3B4631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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