Html Css Color HEX #3B4434 Mallard

📋 copy color: '#3B4434'

red 59 ◦ green 68 ◦ blue 52

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

Shades of Mallard #3B4434

Tints of Mallard #3B4434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.99%

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

R = 32.96%
G = 37.99%
B = 29.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#3B4434 (or 0x3B4434) is known color: Mallard. HEX triplet: 3B, 44 and 34. RGB value is (59,68,52). Sum of RGB (Red+Green+Blue) = 59+68+52=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4434 is #C4BBCB. Grayscale: #3F3F3F. Windows color (decimal): -12893132 or 3425339. OLE color: 3425339.

HSL color Cylindrical-coordinate representation of color #3B4434: hue angle of 93.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3B4434 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 68 52 -
CMYK 0.13 0 0.24 0.73
HSL 93.75º 0.13% 0.24% -
HSV(B) 93.75º 0.24% 0.27% -
XYZ 4.49 5.31 4.04 -
YUV 63.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 59 68 52 0.13 0 0.24 0.73 93.75 0.13 0.24
Hex 3B 44 34 D 0 18 49 5E D 18
Octal 73 104 64 15 0 30 111 136 15 30
Binary 111011 1000100 110100 1101 0 11000 1001001 1011110 1101 11000

Color Harmonies of #3B4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4434

Black with #3B4434

Text Example


Text Example

White with #3B4434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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