Html Css Color HEX #3C4139 Mallard

📋 copy color: '#3C4139'

red 60 ◦ green 65 ◦ blue 57

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

Shades of Mallard #3C4139

Tints of Mallard #3C4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 57 (22.66% from 255) = 31.32%

R = 32.97%
G = 35.71%
B = 31.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#3C4139 (or 0x3C4139) is known color: Mallard. HEX triplet: 3C, 41 and 39. RGB value is (60,65,57). Sum of RGB (Red+Green+Blue) = 60+65+57=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4139 is #C3BEC6. Grayscale: #3E3E3E. Windows color (decimal): -12828359 or 3752252. OLE color: 3752252.

HSL color Cylindrical-coordinate representation of color #3C4139: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C4139 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 65 57 -
CMYK 0.08 0 0.12 0.75
HSL 97.5º 0.07% 0.24% -
HSV(B) 97.5º 0.12% 0.25% -
XYZ 4.49 5.04 4.61 -
YUV 62.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 60 65 57 0.08 0 0.12 0.75 97.5 0.07 0.24
Hex 3C 41 39 8 0 C 4B 62 7 18
Octal 74 101 71 10 0 14 113 142 7 30
Binary 111100 1000001 111001 1000 0 1100 1001011 1100010 111 11000

Color Harmonies of #3C4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4139

Black with #3C4139

Text Example


Text Example

White with #3C4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,65,57); }

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

background-color css

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

 a { background-color: rgb(60,65,57); }

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

border-color css

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

 span { border-color: rgb(60,65,57); }

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