Html Css Color HEX #3B4B2D Mallard

📋 copy color: '#3B4B2D'

red 59 ◦ green 75 ◦ blue 45

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

Shades of Mallard #3B4B2D

Tints of Mallard #3B4B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.9%

 BLUE value IS 45 (17.97% from 255) = 25.14%

R = 32.96%
G = 41.9%
B = 25.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#3B4B2D (or 0x3B4B2D) is known color: Mallard. HEX triplet: 3B, 4B and 2D. RGB value is (59,75,45). Sum of RGB (Red+Green+Blue) = 59+75+45=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4B2D is #C4B4D2. Grayscale: #424242. Windows color (decimal): -12891347 or 2968379. OLE color: 2968379.

HSL color Cylindrical-coordinate representation of color #3B4B2D: hue angle of 92º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B4B2D is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 75 45 -
CMYK 0.21 0 0.40 0.71
HSL 92º 0.25% 0.24% -
HSV(B) 92º 0.4% 0.29% -
XYZ 4.79 6.15 3.42 -
YUV 66.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 59 75 45 0.21 0 0.40 0.71 92 0.25 0.24
Hex 3B 4B 2D 15 0 28 47 5C 19 18
Octal 73 113 55 25 0 50 107 134 31 30
Binary 111011 1001011 101101 10101 0 101000 1000111 1011100 11001 11000

Color Harmonies of #3B4B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4B2D

Black with #3B4B2D

Text Example


Text Example

White with #3B4B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,75,45); }

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

background-color css

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

 a { background-color: rgb(59,75,45); }

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

border-color css

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

 span { border-color: rgb(59,75,45); }

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