Html Css Color HEX #3A442F Mallard

📋 copy color: '#3A442F'

red 58 ◦ green 68 ◦ blue 47

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

Shades of Mallard #3A442F

Tints of Mallard #3A442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.31%

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

R = 33.53%
G = 39.31%
B = 27.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#3A442F (or 0x3A442F) is known color: Mallard. HEX triplet: 3A, 44 and 2F. RGB value is (58,68,47). Sum of RGB (Red+Green+Blue) = 58+68+47=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 68 - color contains mainly: green. Hex color #3A442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A442F is #C5BBD0. Grayscale: #3E3E3E. Windows color (decimal): -12958673 or 3097658. OLE color: 3097658.

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

Color convert

RGB 58 68 47 -
CMYK 0.15 0 0.31 0.73
HSL 88.57º 0.18% 0.23% -
HSV(B) 88.57º 0.31% 0.27% -
XYZ 4.33 5.24 3.47 -
YUV 62.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 58 68 47 0.15 0 0.31 0.73 88.57 0.18 0.23
Hex 3A 44 2F F 0 1F 49 59 12 17
Octal 72 104 57 17 0 37 111 131 22 27
Binary 111010 1000100 101111 1111 0 11111 1001001 1011001 10010 10111

Color Harmonies of #3A442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A442F

Black with #3A442F

Text Example


Text Example

White with #3A442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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