Html Css Color HEX #3F4E32 Mallard

📋 copy color: '#3F4E32'

red 63 ◦ green 78 ◦ blue 50

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

Shades of Mallard #3F4E32

Tints of Mallard #3F4E32

RGB

 RED value IS 63 (25% from 255) = 32.98%

 GREEN value IS 78 (30.86% from 255) = 40.84%

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

R = 32.98%
G = 40.84%
B = 26.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#3F4E32 (or 0x3F4E32) is known color: Mallard. HEX triplet: 3F, 4E and 32. RGB value is (63,78,50). Sum of RGB (Red+Green+Blue) = 63+78+50=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E32 is #C0B1CD. Grayscale: #464646. Windows color (decimal): -12628430 or 3296831. OLE color: 3296831.

HSL color Cylindrical-coordinate representation of color #3F4E32: hue angle of 92.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4E32 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 78 50 -
CMYK 0.19 0 0.36 0.69
HSL 92.14º 0.22% 0.25% -
HSV(B) 92.14º 0.36% 0.31% -
XYZ 5.35 6.74 4.04 -
YUV 70.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 63 78 50 0.19 0 0.36 0.69 92.14 0.22 0.25
Hex 3F 4E 32 13 0 24 45 5C 16 19
Octal 77 116 62 23 0 44 105 134 26 31
Binary 111111 1001110 110010 10011 0 100100 1000101 1011100 10110 11001

Color Harmonies of #3F4E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4E32

Black with #3F4E32

Text Example


Text Example

White with #3F4E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,78,50); }

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

background-color css

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

 a { background-color: rgb(63,78,50); }

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

border-color css

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

 span { border-color: rgb(63,78,50); }

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