Html Css Color HEX #3B4334 Mallard

📋 copy color: '#3B4334'

red 59 ◦ green 67 ◦ blue 52

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

Shades of Mallard #3B4334

Tints of Mallard #3B4334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.64%

 BLUE value IS 52 (20.7% from 255) = 29.21%

R = 33.15%
G = 37.64%
B = 29.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#3B4334 (or 0x3B4334) is known color: Mallard. HEX triplet: 3B, 43 and 34. RGB value is (59,67,52). Sum of RGB (Red+Green+Blue) = 59+67+52=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4334 is #C4BCCB. Grayscale: #3E3E3E. Windows color (decimal): -12893388 or 3425083. OLE color: 3425083.

HSL color Cylindrical-coordinate representation of color #3B4334: hue angle of 92º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B4334 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB 59 67 52 -
CMYK 0.12 0 0.22 0.74
HSL 92º 0.13% 0.23% -
HSV(B) 92º 0.22% 0.26% -
XYZ 4.43 5.19 4.02 -
YUV 62.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 59 67 52 0.12 0 0.22 0.74 92 0.13 0.23
Hex 3B 43 34 C 0 16 4A 5C D 17
Octal 73 103 64 14 0 26 112 134 15 27
Binary 111011 1000011 110100 1100 0 10110 1001010 1011100 1101 10111

Color Harmonies of #3B4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4334

Black with #3B4334

Text Example


Text Example

White with #3B4334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,67,52); }

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

background-color css

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

 a { background-color: rgb(59,67,52); }

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

border-color css

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

 span { border-color: rgb(59,67,52); }

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