Html Css Color HEX #3B4831 Mallard

📋 copy color: '#3B4831'

red 59 ◦ green 72 ◦ blue 49

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

Shades of Mallard #3B4831

Tints of Mallard #3B4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40%

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

R = 32.78%
G = 40%
B = 27.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#3B4831 (or 0x3B4831) is known color: Mallard. HEX triplet: 3B, 48 and 31. RGB value is (59,72,49). Sum of RGB (Red+Green+Blue) = 59+72+49=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4831 is #C4B7CE. Grayscale: #414141. Windows color (decimal): -12892111 or 3229755. OLE color: 3229755.

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

Color convert

RGB 59 72 49 -
CMYK 0.18 0 0.32 0.72
HSL 93.91º 0.19% 0.24% -
HSV(B) 93.91º 0.32% 0.28% -
XYZ 4.68 5.79 3.78 -
YUV 65.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 59 72 49 0.18 0 0.32 0.72 93.91 0.19 0.24
Hex 3B 48 31 12 0 20 48 5E 13 18
Octal 73 110 61 22 0 40 110 136 23 30
Binary 111011 1001000 110001 10010 0 100000 1001000 1011110 10011 11000

Color Harmonies of #3B4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4831

Black with #3B4831

Text Example


Text Example

White with #3B4831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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