Html Css Color HEX #3A4332 Mallard

📋 copy color: '#3A4332'

red 58 ◦ green 67 ◦ blue 50

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

Shades of Mallard #3A4332

Tints of Mallard #3A4332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.29%

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

R = 33.14%
G = 38.29%
B = 28.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#3A4332 (or 0x3A4332) is known color: Mallard. HEX triplet: 3A, 43 and 32. RGB value is (58,67,50). Sum of RGB (Red+Green+Blue) = 58+67+50=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4332 is #C5BCCD. Grayscale: #3E3E3E. Windows color (decimal): -12958926 or 3294010. OLE color: 3294010.

HSL color Cylindrical-coordinate representation of color #3A4332: hue angle of 91.76º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A4332 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 67 50 -
CMYK 0.13 0 0.25 0.74
HSL 91.76º 0.15% 0.23% -
HSV(B) 91.76º 0.25% 0.26% -
XYZ 4.33 5.14 3.78 -
YUV 62.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 58 67 50 0.13 0 0.25 0.74 91.76 0.15 0.23
Hex 3A 43 32 D 0 19 4A 5C F 17
Octal 72 103 62 15 0 31 112 134 17 27
Binary 111010 1000011 110010 1101 0 11001 1001010 1011100 1111 10111

Color Harmonies of #3A4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4332

Black with #3A4332

Text Example


Text Example

White with #3A4332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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