Html Css Color HEX #3F512F Mallard

📋 copy color: '#3F512F'

red 63 ◦ green 81 ◦ blue 47

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

Shades of Mallard #3F512F

Tints of Mallard #3F512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.41%

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 32.98%
G = 42.41%
B = 24.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#3F512F (or 0x3F512F) is known color: Mallard. HEX triplet: 3F, 51 and 2F. RGB value is (63,81,47). Sum of RGB (Red+Green+Blue) = 63+81+47=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #3F512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F512F is #C0AED0. Grayscale: #474747. Windows color (decimal): -12627665 or 3100991. OLE color: 3100991.

HSL color Cylindrical-coordinate representation of color #3F512F: hue angle of 91.76º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F512F is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 81 47 -
CMYK 0.22 0 0.42 0.68
HSL 91.76º 0.27% 0.25% -
HSV(B) 91.76º 0.42% 0.32% -
XYZ 5.51 7.15 3.78 -
YUV 71.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 63 81 47 0.22 0 0.42 0.68 91.76 0.27 0.25
Hex 3F 51 2F 16 0 2A 44 5C 1B 19
Octal 77 121 57 26 0 52 104 134 33 31
Binary 111111 1010001 101111 10110 0 101010 1000100 1011100 11011 11001

Color Harmonies of #3F512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F512F

Black with #3F512F

Text Example


Text Example

White with #3F512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,81,47); }

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

background-color css

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

 a { background-color: rgb(63,81,47); }

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

border-color css

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

 span { border-color: rgb(63,81,47); }

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