Html Css Color HEX #3B4730 Mallard

📋 copy color: '#3B4730'

red 59 ◦ green 71 ◦ blue 48

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

Shades of Mallard #3B4730

Tints of Mallard #3B4730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 33.15%
G = 39.89%
B = 26.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#3B4730 (or 0x3B4730) is known color: Mallard. HEX triplet: 3B, 47 and 30. RGB value is (59,71,48). Sum of RGB (Red+Green+Blue) = 59+71+48=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4730 is #C4B8CF. Grayscale: #404040. Windows color (decimal): -12892368 or 3163963. OLE color: 3163963.

HSL color Cylindrical-coordinate representation of color #3B4730: hue angle of 91.3º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B4730 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 71 48 -
CMYK 0.17 0 0.32 0.72
HSL 91.3º 0.19% 0.23% -
HSV(B) 91.3º 0.32% 0.28% -
XYZ 4.59 5.65 3.64 -
YUV 64.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 59 71 48 0.17 0 0.32 0.72 91.3 0.19 0.23
Hex 3B 47 30 11 0 20 48 5B 13 17
Octal 73 107 60 21 0 40 110 133 23 27
Binary 111011 1000111 110000 10001 0 100000 1001000 1011011 10011 10111

Color Harmonies of #3B4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4730

Black with #3B4730

Text Example


Text Example

White with #3B4730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,71,48); }

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

background-color css

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

 a { background-color: rgb(59,71,48); }

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

border-color css

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

 span { border-color: rgb(59,71,48); }

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