Html Css Color HEX #3B482E Mallard

📋 copy color: '#3B482E'

red 59 ◦ green 72 ◦ blue 46

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

Shades of Mallard #3B482E

Tints of Mallard #3B482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 33.33%
G = 40.68%
B = 25.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#3B482E (or 0x3B482E) is known color: Mallard. HEX triplet: 3B, 48 and 2E. RGB value is (59,72,46). Sum of RGB (Red+Green+Blue) = 59+72+46=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #3B482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B482E is #C4B7D1. Grayscale: #414141. Windows color (decimal): -12892114 or 3033147. OLE color: 3033147.

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

Color convert

RGB 59 72 46 -
CMYK 0.18 0 0.36 0.72
HSL 90º 0.22% 0.23% -
HSV(B) 90º 0.36% 0.28% -
XYZ 4.61 5.76 3.45 -
YUV 65.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 59 72 46 0.18 0 0.36 0.72 90 0.22 0.23
Hex 3B 48 2E 12 0 24 48 5A 16 17
Octal 73 110 56 22 0 44 110 132 26 27
Binary 111011 1001000 101110 10010 0 100100 1001000 1011010 10110 10111

Color Harmonies of #3B482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B482E

Black with #3B482E

Text Example


Text Example

White with #3B482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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