Html Css Color HEX #3C4037 Mallard

📋 copy color: '#3C4037'

red 60 ◦ green 64 ◦ blue 55

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

Shades of Mallard #3C4037

Tints of Mallard #3C4037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.75%

 BLUE value IS 55 (21.88% from 255) = 30.73%

R = 33.52%
G = 35.75%
B = 30.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3C4037 (or 0x3C4037) is known color: Mallard. HEX triplet: 3C, 40 and 37. RGB value is (60,64,55). Sum of RGB (Red+Green+Blue) = 60+64+55=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4037 is #C3BFC8. Grayscale: #3D3D3D. Windows color (decimal): -12828617 or 3620924. OLE color: 3620924.

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

Color convert

RGB 60 64 55 -
CMYK 0.06 0 0.14 0.75
HSL 86.67º 0.08% 0.23% -
HSV(B) 86.67º 0.14% 0.25% -
XYZ 4.39 4.9 4.33 -
YUV 61.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 60 64 55 0.06 0 0.14 0.75 86.67 0.08 0.23
Hex 3C 40 37 6 0 E 4B 57 8 17
Octal 74 100 67 6 0 16 113 127 10 27
Binary 111100 1000000 110111 110 0 1110 1001011 1010111 1000 10111

Color Harmonies of #3C4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4037

Black with #3C4037

Text Example


Text Example

White with #3C4037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,64,55); }

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

background-color css

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

 a { background-color: rgb(60,64,55); }

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

border-color css

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

 span { border-color: rgb(60,64,55); }

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