Html Css Color HEX #3B4036 Mallard

📋 copy color: '#3B4036'

red 59 ◦ green 64 ◦ blue 54

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

Shades of Mallard #3B4036

Tints of Mallard #3B4036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 54 (21.48% from 255) = 30.51%

R = 33.33%
G = 36.16%
B = 30.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3B4036 (or 0x3B4036) is known color: Mallard. HEX triplet: 3B, 40 and 36. RGB value is (59,64,54). Sum of RGB (Red+Green+Blue) = 59+64+54=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4036 is #C4BFC9. Grayscale: #3D3D3D. Windows color (decimal): -12894154 or 3555387. OLE color: 3555387.

HSL color Cylindrical-coordinate representation of color #3B4036: hue angle of 90º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B4036 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 64 54 -
CMYK 0.08 0 0.16 0.75
HSL 90º 0.08% 0.23% -
HSV(B) 90º 0.16% 0.25% -
XYZ 4.3 4.86 4.2 -
YUV 61.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 59 64 54 0.08 0 0.16 0.75 90 0.08 0.23
Hex 3B 40 36 8 0 10 4B 5A 8 17
Octal 73 100 66 10 0 20 113 132 10 27
Binary 111011 1000000 110110 1000 0 10000 1001011 1011010 1000 10111

Color Harmonies of #3B4036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4036

Black with #3B4036

Text Example


Text Example

White with #3B4036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,64,54); }

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

background-color css

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

 a { background-color: rgb(59,64,54); }

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

border-color css

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

 span { border-color: rgb(59,64,54); }

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