Html Css Color HEX #3F4934 Mallard

📋 copy color: '#3F4934'

red 63 ◦ green 73 ◦ blue 52

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

Shades of Mallard #3F4934

Tints of Mallard #3F4934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.83%

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 33.51%
G = 38.83%
B = 27.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#3F4934 (or 0x3F4934) is known color: Mallard. HEX triplet: 3F, 49 and 34. RGB value is (63,73,52). Sum of RGB (Red+Green+Blue) = 63+73+52=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4934 is #C0B6CB. Grayscale: #434343. Windows color (decimal): -12629708 or 3426623. OLE color: 3426623.

HSL color Cylindrical-coordinate representation of color #3F4934: hue angle of 88.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4934 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 73 52 -
CMYK 0.14 0 0.29 0.71
HSL 88.57º 0.17% 0.25% -
HSV(B) 88.57º 0.29% 0.29% -
XYZ 5.05 6.07 4.15 -
YUV 67.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 63 73 52 0.14 0 0.29 0.71 88.57 0.17 0.25
Hex 3F 49 34 E 0 1D 47 59 11 19
Octal 77 111 64 16 0 35 107 131 21 31
Binary 111111 1001001 110100 1110 0 11101 1000111 1011001 10001 11001

Color Harmonies of #3F4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4934

Black with #3F4934

Text Example


Text Example

White with #3F4934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,52); }

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

background-color css

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

 a { background-color: rgb(63,73,52); }

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

border-color css

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

 span { border-color: rgb(63,73,52); }

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