Html Css Color HEX #3B4F2E Mallard

📋 copy color: '#3B4F2E'

red 59 ◦ green 79 ◦ blue 46

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

Shades of Mallard #3B4F2E

Tints of Mallard #3B4F2E

RGB

 RED value IS 59 (23.44% from 255) = 32.07%

 GREEN value IS 79 (31.25% from 255) = 42.93%

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

R = 32.07%
G = 42.93%
B = 25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#3B4F2E (or 0x3B4F2E) is known color: Mallard. HEX triplet: 3B, 4F and 2E. RGB value is (59,79,46). Sum of RGB (Red+Green+Blue) = 59+79+46=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F2E is #C4B0D1. Grayscale: #454545. Windows color (decimal): -12890322 or 3034939. OLE color: 3034939.

HSL color Cylindrical-coordinate representation of color #3B4F2E: hue angle of 96.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B4F2E is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 79 46 -
CMYK 0.25 0 0.42 0.69
HSL 96.36º 0.26% 0.25% -
HSV(B) 96.36º 0.42% 0.31% -
XYZ 5.09 6.72 3.61 -
YUV 69.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 59 79 46 0.25 0 0.42 0.69 96.36 0.26 0.25
Hex 3B 4F 2E 19 0 2A 45 60 1A 19
Octal 73 117 56 31 0 52 105 140 32 31
Binary 111011 1001111 101110 11001 0 101010 1000101 1100000 11010 11001

Color Harmonies of #3B4F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4F2E

Black with #3B4F2E

Text Example


Text Example

White with #3B4F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,79,46); }

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

background-color css

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

 a { background-color: rgb(59,79,46); }

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

border-color css

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

 span { border-color: rgb(59,79,46); }

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