Html Css Color HEX #3A482F Mallard

📋 copy color: '#3A482F'

red 58 ◦ green 72 ◦ blue 47

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

Shades of Mallard #3A482F

Tints of Mallard #3A482F

RGB

 RED value IS 58 (23.05% from 255) = 32.77%

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

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

R = 32.77%
G = 40.68%
B = 26.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#3A482F (or 0x3A482F) is known color: Mallard. HEX triplet: 3A, 48 and 2F. RGB value is (58,72,47). Sum of RGB (Red+Green+Blue) = 58+72+47=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #3A482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A482F is #C5B7D0. Grayscale: #414141. Windows color (decimal): -12957649 or 3098682. OLE color: 3098682.

HSL color Cylindrical-coordinate representation of color #3A482F: hue angle of 93.6º 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 #3A482F is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 47 -
CMYK 0.19 0 0.35 0.72
HSL 93.6º 0.21% 0.23% -
HSV(B) 93.6º 0.35% 0.28% -
XYZ 4.58 5.74 3.56 -
YUV 64.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 58 72 47 0.19 0 0.35 0.72 93.6 0.21 0.23
Hex 3A 48 2F 13 0 23 48 5E 15 17
Octal 72 110 57 23 0 43 110 136 25 27
Binary 111010 1001000 101111 10011 0 100011 1001000 1011110 10101 10111

Color Harmonies of #3A482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A482F

Black with #3A482F

Text Example


Text Example

White with #3A482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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