Html Css Color HEX #3B482F Mallard

📋 copy color: '#3B482F'

red 59 ◦ green 72 ◦ blue 47

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

Shades of Mallard #3B482F

Tints of Mallard #3B482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 33.15%
G = 40.45%
B = 26.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#3B482F (or 0x3B482F) is known color: Mallard. HEX triplet: 3B, 48 and 2F. RGB value is (59,72,47). Sum of RGB (Red+Green+Blue) = 59+72+47=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #3B482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B482F is #C4B7D0. Grayscale: #414141. Windows color (decimal): -12892113 or 3098683. OLE color: 3098683.

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

Color convert

RGB 59 72 47 -
CMYK 0.18 0 0.35 0.72
HSL 91.2º 0.21% 0.23% -
HSV(B) 91.2º 0.35% 0.28% -
XYZ 4.63 5.77 3.56 -
YUV 65.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 59 72 47 0.18 0 0.35 0.72 91.2 0.21 0.23
Hex 3B 48 2F 12 0 23 48 5B 15 17
Octal 73 110 57 22 0 43 110 133 25 27
Binary 111011 1001000 101111 10010 0 100011 1001000 1011011 10101 10111

Color Harmonies of #3B482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B482F

Black with #3B482F

Text Example


Text Example

White with #3B482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,72,47); }

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

background-color css

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

 a { background-color: rgb(59,72,47); }

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

border-color css

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

 span { border-color: rgb(59,72,47); }

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