Html Css Color HEX #3A462F Mallard

📋 copy color: '#3A462F'

red 58 ◦ green 70 ◦ blue 47

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

Shades of Mallard #3A462F

Tints of Mallard #3A462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 33.14%
G = 40%
B = 26.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#3A462F (or 0x3A462F) is known color: Mallard. HEX triplet: 3A, 46 and 2F. RGB value is (58,70,47). Sum of RGB (Red+Green+Blue) = 58+70+47=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #3A462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A462F is #C5B9D0. Grayscale: #3F3F3F. Windows color (decimal): -12958161 or 3098170. OLE color: 3098170.

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

Color convert

RGB 58 70 47 -
CMYK 0.17 0 0.33 0.73
HSL 91.3º 0.2% 0.23% -
HSV(B) 91.3º 0.33% 0.27% -
XYZ 4.45 5.49 3.51 -
YUV 63.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 58 70 47 0.17 0 0.33 0.73 91.3 0.2 0.23
Hex 3A 46 2F 11 0 21 49 5B 14 17
Octal 72 106 57 21 0 41 111 133 24 27
Binary 111010 1000110 101111 10001 0 100001 1001001 1011011 10100 10111

Color Harmonies of #3A462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A462F

Black with #3A462F

Text Example


Text Example

White with #3A462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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