Html Css Color HEX #3C5229 Mallard

📋 copy color: '#3C5229'

red 60 ◦ green 82 ◦ blue 41

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

Shades of Mallard #3C5229

Tints of Mallard #3C5229

RGB

 RED value IS 60 (23.83% from 255) = 32.79%

 GREEN value IS 82 (32.42% from 255) = 44.81%

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

R = 32.79%
G = 44.81%
B = 22.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#3C5229 (or 0x3C5229) is known color: Mallard. HEX triplet: 3C, 52 and 29. RGB value is (60,82,41). Sum of RGB (Red+Green+Blue) = 60+82+41=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5229 is #C3ADD6. Grayscale: #464646. Windows color (decimal): -12824023 or 2708028. OLE color: 2708028.

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

Color convert

RGB 60 82 41 -
CMYK 0.27 0 0.50 0.68
HSL 92.2º 0.33% 0.24% -
HSV(B) 92.2º 0.5% 0.32% -
XYZ 5.28 7.16 3.2 -
YUV 70.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 60 82 41 0.27 0 0.50 0.68 92.2 0.33 0.24
Hex 3C 52 29 1B 0 32 44 5C 21 18
Octal 74 122 51 33 0 62 104 134 41 30
Binary 111100 1010010 101001 11011 0 110010 1000100 1011100 100001 11000

Color Harmonies of #3C5229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5229

Black with #3C5229

Text Example


Text Example

White with #3C5229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,82,41); }

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

background-color css

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

 a { background-color: rgb(60,82,41); }

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

border-color css

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

 span { border-color: rgb(60,82,41); }

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