Html Css Color HEX #3F4834 Mallard

📋 copy color: '#3F4834'

red 63 ◦ green 72 ◦ blue 52

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

Shades of Mallard #3F4834

Tints of Mallard #3F4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 33.69%
G = 38.5%
B = 27.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#3F4834 (or 0x3F4834) is known color: Mallard. HEX triplet: 3F, 48 and 34. RGB value is (63,72,52). Sum of RGB (Red+Green+Blue) = 63+72+52=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4834 is #C0B7CB. Grayscale: #434343. Windows color (decimal): -12629964 or 3426367. OLE color: 3426367.

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

Color convert

RGB 63 72 52 -
CMYK 0.12 0 0.28 0.72
HSL 87º 0.16% 0.24% -
HSV(B) 87º 0.28% 0.28% -
XYZ 4.99 5.94 4.13 -
YUV 67.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 63 72 52 0.12 0 0.28 0.72 87 0.16 0.24
Hex 3F 48 34 C 0 1C 48 57 10 18
Octal 77 110 64 14 0 34 110 127 20 30
Binary 111111 1001000 110100 1100 0 11100 1001000 1010111 10000 11000

Color Harmonies of #3F4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4834

Black with #3F4834

Text Example


Text Example

White with #3F4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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