Html Css Color HEX #3A4832 Mallard

📋 copy color: '#3A4832'

red 58 ◦ green 72 ◦ blue 50

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

Shades of Mallard #3A4832

Tints of Mallard #3A4832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.78%

R = 32.22%
G = 40%
B = 27.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#3A4832 (or 0x3A4832) is known color: Mallard. HEX triplet: 3A, 48 and 32. RGB value is (58,72,50). Sum of RGB (Red+Green+Blue) = 58+72+50=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4832 is #C5B7CD. Grayscale: #414141. Windows color (decimal): -12957646 or 3295290. OLE color: 3295290.

HSL color Cylindrical-coordinate representation of color #3A4832: hue angle of 98.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A4832 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 50 -
CMYK 0.19 0 0.31 0.72
HSL 98.18º 0.18% 0.24% -
HSV(B) 98.18º 0.31% 0.28% -
XYZ 4.64 5.76 3.89 -
YUV 65.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 58 72 50 0.19 0 0.31 0.72 98.18 0.18 0.24
Hex 3A 48 32 13 0 1F 48 62 12 18
Octal 72 110 62 23 0 37 110 142 22 30
Binary 111010 1001000 110010 10011 0 11111 1001000 1100010 10010 11000

Color Harmonies of #3A4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4832

Black with #3A4832

Text Example


Text Example

White with #3A4832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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