Html Css Color HEX #3B5129 Mallard

📋 copy color: '#3B5129'

red 59 ◦ green 81 ◦ blue 41

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

Shades of Mallard #3B5129

Tints of Mallard #3B5129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.65%

R = 32.6%
G = 44.75%
B = 22.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#3B5129 (or 0x3B5129) is known color: Mallard. HEX triplet: 3B, 51 and 29. RGB value is (59,81,41). Sum of RGB (Red+Green+Blue) = 59+81+41=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5129 is #C4AED6. Grayscale: #464646. Windows color (decimal): -12889815 or 2707771. OLE color: 2707771.

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

Color convert

RGB 59 81 41 -
CMYK 0.27 0 0.49 0.68
HSL 93º 0.33% 0.24% -
HSV(B) 93º 0.49% 0.32% -
XYZ 5.15 6.97 3.17 -
YUV 69.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 59 81 41 0.27 0 0.49 0.68 93 0.33 0.24
Hex 3B 51 29 1B 0 31 44 5D 21 18
Octal 73 121 51 33 0 61 104 135 41 30
Binary 111011 1010001 101001 11011 0 110001 1000100 1011101 100001 11000

Color Harmonies of #3B5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5129

Black with #3B5129

Text Example


Text Example

White with #3B5129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,81,41); }

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

background-color css

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

 a { background-color: rgb(59,81,41); }

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

border-color css

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

 span { border-color: rgb(59,81,41); }

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