Html Css Color HEX #3F4738 Mallard

📋 copy color: '#3F4738'

red 63 ◦ green 71 ◦ blue 56

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

Shades of Mallard #3F4738

Tints of Mallard #3F4738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.37%

 BLUE value IS 56 (22.27% from 255) = 29.47%

R = 33.16%
G = 37.37%
B = 29.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#3F4738 (or 0x3F4738) is known color: Mallard. HEX triplet: 3F, 47 and 38. RGB value is (63,71,56). Sum of RGB (Red+Green+Blue) = 63+71+56=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4738 is #C0B8C7. Grayscale: #424242. Windows color (decimal): -12630216 or 3688255. OLE color: 3688255.

HSL color Cylindrical-coordinate representation of color #3F4738: hue angle of 92º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4738 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 71 56 -
CMYK 0.11 0 0.21 0.72
HSL 92º 0.12% 0.25% -
HSV(B) 92º 0.21% 0.28% -
XYZ 5.02 5.85 4.61 -
YUV 66.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 63 71 56 0.11 0 0.21 0.72 92 0.12 0.25
Hex 3F 47 38 B 0 15 48 5C C 19
Octal 77 107 70 13 0 25 110 134 14 31
Binary 111111 1000111 111000 1011 0 10101 1001000 1011100 1100 11001

Color Harmonies of #3F4738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4738

Black with #3F4738

Text Example


Text Example

White with #3F4738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,56); }

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

background-color css

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

 a { background-color: rgb(63,71,56); }

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

border-color css

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

 span { border-color: rgb(63,71,56); }

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