Html Css Color HEX #3C5228 Mallard

📋 copy color: '#3C5228'

red 60 ◦ green 82 ◦ blue 40

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

Shades of Mallard #3C5228

Tints of Mallard #3C5228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.98%

R = 32.97%
G = 45.05%
B = 21.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#3C5228 (or 0x3C5228) is known color: Mallard. HEX triplet: 3C, 52 and 28. RGB value is (60,82,40). Sum of RGB (Red+Green+Blue) = 60+82+40=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5228 is #C3ADD7. Grayscale: #464646. Windows color (decimal): -12824024 or 2642492. OLE color: 2642492.

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

Color convert

RGB 60 82 40 -
CMYK 0.27 0 0.51 0.68
HSL 91.43º 0.34% 0.24% -
HSV(B) 91.43º 0.51% 0.32% -
XYZ 5.26 7.15 3.11 -
YUV 70.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 60 82 40 0.27 0 0.51 0.68 91.43 0.34 0.24
Hex 3C 52 28 1B 0 33 44 5B 22 18
Octal 74 122 50 33 0 63 104 133 42 30
Binary 111100 1010010 101000 11011 0 110011 1000100 1011011 100010 11000

Color Harmonies of #3C5228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5228

Black with #3C5228

Text Example


Text Example

White with #3C5228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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