Html Css Color HEX #3A462D Mallard

📋 copy color: '#3A462D'

red 58 ◦ green 70 ◦ blue 45

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

Shades of Mallard #3A462D

Tints of Mallard #3A462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 33.53%
G = 40.46%
B = 26.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#3A462D (or 0x3A462D) is known color: Mallard. HEX triplet: 3A, 46 and 2D. RGB value is (58,70,45). Sum of RGB (Red+Green+Blue) = 58+70+45=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #3A462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A462D is #C5B9D2. Grayscale: #3F3F3F. Windows color (decimal): -12958163 or 2967098. OLE color: 2967098.

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

Color convert

RGB 58 70 45 -
CMYK 0.17 0 0.36 0.73
HSL 88.8º 0.22% 0.23% -
HSV(B) 88.8º 0.36% 0.27% -
XYZ 4.41 5.47 3.31 -
YUV 63.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 58 70 45 0.17 0 0.36 0.73 88.8 0.22 0.23
Hex 3A 46 2D 11 0 24 49 59 16 17
Octal 72 106 55 21 0 44 111 131 26 27
Binary 111010 1000110 101101 10001 0 100100 1001001 1011001 10110 10111

Color Harmonies of #3A462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A462D

Black with #3A462D

Text Example


Text Example

White with #3A462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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