Html Css Color HEX #3F4C32 Mallard

📋 copy color: '#3F4C32'

red 63 ◦ green 76 ◦ blue 50

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

Shades of Mallard #3F4C32

Tints of Mallard #3F4C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.21%

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

R = 33.33%
G = 40.21%
B = 26.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#3F4C32 (or 0x3F4C32) is known color: Mallard. HEX triplet: 3F, 4C and 32. RGB value is (63,76,50). Sum of RGB (Red+Green+Blue) = 63+76+50=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C32 is #C0B3CD. Grayscale: #454545. Windows color (decimal): -12628942 or 3296319. OLE color: 3296319.

HSL color Cylindrical-coordinate representation of color #3F4C32: hue angle of 90º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F4C32 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 76 50 -
CMYK 0.17 0 0.34 0.70
HSL 90º 0.21% 0.25% -
HSV(B) 90º 0.34% 0.3% -
XYZ 5.21 6.46 3.99 -
YUV 69.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 63 76 50 0.17 0 0.34 0.70 90 0.21 0.25
Hex 3F 4C 32 11 0 22 46 5A 15 19
Octal 77 114 62 21 0 42 106 132 25 31
Binary 111111 1001100 110010 10001 0 100010 1000110 1011010 10101 11001

Color Harmonies of #3F4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4C32

Black with #3F4C32

Text Example


Text Example

White with #3F4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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