Html Css Color HEX #3F4636 Mallard

📋 copy color: '#3F4636'

red 63 ◦ green 70 ◦ blue 54

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

Shades of Mallard #3F4636

Tints of Mallard #3F4636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 33.69%
G = 37.43%
B = 28.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#3F4636 (or 0x3F4636) is known color: Mallard. HEX triplet: 3F, 46 and 36. RGB value is (63,70,54). Sum of RGB (Red+Green+Blue) = 63+70+54=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4636 is #C0B9C9. Grayscale: #424242. Windows color (decimal): -12630474 or 3556927. OLE color: 3556927.

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

Color convert

RGB 63 70 54 -
CMYK 0.10 0 0.23 0.73
HSL 86.25º 0.13% 0.24% -
HSV(B) 86.25º 0.23% 0.27% -
XYZ 4.91 5.7 4.33 -
YUV 66.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 63 70 54 0.10 0 0.23 0.73 86.25 0.13 0.24
Hex 3F 46 36 A 0 17 49 56 D 18
Octal 77 106 66 12 0 27 111 126 15 30
Binary 111111 1000110 110110 1010 0 10111 1001001 1010110 1101 11000

Color Harmonies of #3F4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4636

Black with #3F4636

Text Example


Text Example

White with #3F4636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,70,54); }

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

background-color css

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

 a { background-color: rgb(63,70,54); }

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

border-color css

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

 span { border-color: rgb(63,70,54); }

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