Html Css Color HEX #3F4935 Mallard

📋 copy color: '#3F4935'

red 63 ◦ green 73 ◦ blue 53

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

Shades of Mallard #3F4935

Tints of Mallard #3F4935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.04%

R = 33.33%
G = 38.62%
B = 28.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#3F4935 (or 0x3F4935) is known color: Mallard. HEX triplet: 3F, 49 and 35. RGB value is (63,73,53). Sum of RGB (Red+Green+Blue) = 63+73+53=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4935 is #C0B6CA. Grayscale: #434343. Windows color (decimal): -12629707 or 3492159. OLE color: 3492159.

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

Color convert

RGB 63 73 53 -
CMYK 0.14 0 0.27 0.71
HSL 90º 0.16% 0.25% -
HSV(B) 90º 0.27% 0.29% -
XYZ 5.08 6.08 4.27 -
YUV 67.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 63 73 53 0.14 0 0.27 0.71 90 0.16 0.25
Hex 3F 49 35 E 0 1B 47 5A 10 19
Octal 77 111 65 16 0 33 107 132 20 31
Binary 111111 1001001 110101 1110 0 11011 1000111 1011010 10000 11001

Color Harmonies of #3F4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4935

Black with #3F4935

Text Example


Text Example

White with #3F4935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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