Html Css Color HEX #3B4C2A Mallard

📋 copy color: '#3B4C2A'

red 59 ◦ green 76 ◦ blue 42

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

Shades of Mallard #3B4C2A

Tints of Mallard #3B4C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.94%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 33.33%
G = 42.94%
B = 23.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#3B4C2A (or 0x3B4C2A) is known color: Mallard. HEX triplet: 3B, 4C and 2A. RGB value is (59,76,42). Sum of RGB (Red+Green+Blue) = 59+76+42=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4C2A is #C4B3D5. Grayscale: #434343. Windows color (decimal): -12891094 or 2772027. OLE color: 2772027.

HSL color Cylindrical-coordinate representation of color #3B4C2A: hue angle of 90º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B4C2A is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 76 42 -
CMYK 0.22 0 0.45 0.70
HSL 90º 0.29% 0.23% -
HSV(B) 90º 0.45% 0.3% -
XYZ 4.81 6.27 3.15 -
YUV 67.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 59 76 42 0.22 0 0.45 0.70 90 0.29 0.23
Hex 3B 4C 2A 16 0 2D 46 5A 1D 17
Octal 73 114 52 26 0 55 106 132 35 27
Binary 111011 1001100 101010 10110 0 101101 1000110 1011010 11101 10111

Color Harmonies of #3B4C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4C2A

Black with #3B4C2A

Text Example


Text Example

White with #3B4C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,76,42); }

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

background-color css

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

 a { background-color: rgb(59,76,42); }

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

border-color css

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

 span { border-color: rgb(59,76,42); }

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