Html Css Color HEX #3F552E Mallard

📋 copy color: '#3F552E'

red 63 ◦ green 85 ◦ blue 46

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

Shades of Mallard #3F552E

Tints of Mallard #3F552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

 BLUE value IS 46 (18.36% from 255) = 23.71%

R = 32.47%
G = 43.81%
B = 23.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#3F552E (or 0x3F552E) is known color: Mallard. HEX triplet: 3F, 55 and 2E. RGB value is (63,85,46). Sum of RGB (Red+Green+Blue) = 63+85+46=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #3F552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F552E is #C0AAD1. Grayscale: #4A4A4A. Windows color (decimal): -12626642 or 3036479. OLE color: 3036479.

HSL color Cylindrical-coordinate representation of color #3F552E: hue angle of 93.85º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F552E is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 85 46 -
CMYK 0.26 0 0.46 0.67
HSL 93.85º 0.3% 0.26% -
HSV(B) 93.85º 0.46% 0.33% -
XYZ 5.79 7.75 3.78 -
YUV 73.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 63 85 46 0.26 0 0.46 0.67 93.85 0.3 0.26
Hex 3F 55 2E 1A 0 2E 43 5E 1E 1A
Octal 77 125 56 32 0 56 103 136 36 32
Binary 111111 1010101 101110 11010 0 101110 1000011 1011110 11110 11010

Color Harmonies of #3F552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F552E

Black with #3F552E

Text Example


Text Example

White with #3F552E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,46); }

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

background-color css

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

 a { background-color: rgb(63,85,46); }

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

border-color css

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

 span { border-color: rgb(63,85,46); }

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