Html Css Color HEX #3C4636 Mallard

📋 copy color: '#3C4636'

red 60 ◦ green 70 ◦ blue 54

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

Shades of Mallard #3C4636

Tints of Mallard #3C4636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 32.61%
G = 38.04%
B = 29.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#3C4636 (or 0x3C4636) is known color: Mallard. HEX triplet: 3C, 46 and 36. RGB value is (60,70,54). Sum of RGB (Red+Green+Blue) = 60+70+54=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4636 is #C3B9C9. Grayscale: #414141. Windows color (decimal): -12827082 or 3556924. OLE color: 3556924.

HSL color Cylindrical-coordinate representation of color #3C4636: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C4636 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 70 54 -
CMYK 0.14 0 0.23 0.73
HSL 97.5º 0.13% 0.24% -
HSV(B) 97.5º 0.23% 0.27% -
XYZ 4.72 5.61 4.32 -
YUV 65.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 60 70 54 0.14 0 0.23 0.73 97.5 0.13 0.24
Hex 3C 46 36 E 0 17 49 62 D 18
Octal 74 106 66 16 0 27 111 142 15 30
Binary 111100 1000110 110110 1110 0 10111 1001001 1100010 1101 11000

Color Harmonies of #3C4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4636

Black with #3C4636

Text Example


Text Example

White with #3C4636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,70,54); }

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

background-color css

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

 a { background-color: rgb(60,70,54); }

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

border-color css

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

 span { border-color: rgb(60,70,54); }

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