Html Css Color HEX #3A4531 Mallard

📋 copy color: '#3A4531'

red 58 ◦ green 69 ◦ blue 49

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

Shades of Mallard #3A4531

Tints of Mallard #3A4531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.2%

 BLUE value IS 49 (19.53% from 255) = 27.84%

R = 32.95%
G = 39.2%
B = 27.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#3A4531 (or 0x3A4531) is known color: Mallard. HEX triplet: 3A, 45 and 31. RGB value is (58,69,49). Sum of RGB (Red+Green+Blue) = 58+69+49=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4531 is #C5BACE. Grayscale: #3F3F3F. Windows color (decimal): -12958415 or 3228986. OLE color: 3228986.

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

Color convert

RGB 58 69 49 -
CMYK 0.16 0 0.29 0.73
HSL 93º 0.17% 0.23% -
HSV(B) 93º 0.29% 0.27% -
XYZ 4.43 5.38 3.71 -
YUV 63.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 58 69 49 0.16 0 0.29 0.73 93 0.17 0.23
Hex 3A 45 31 10 0 1D 49 5D 11 17
Octal 72 105 61 20 0 35 111 135 21 27
Binary 111010 1000101 110001 10000 0 11101 1001001 1011101 10001 10111

Color Harmonies of #3A4531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4531

Black with #3A4531

Text Example


Text Example

White with #3A4531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,69,49); }

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

background-color css

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

 a { background-color: rgb(58,69,49); }

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

border-color css

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

 span { border-color: rgb(58,69,49); }

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