Html Css Color HEX #3C4531 Mallard

📋 copy color: '#3C4531'

red 60 ◦ green 69 ◦ blue 49

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

Shades of Mallard #3C4531

Tints of Mallard #3C4531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.76%

 BLUE value IS 49 (19.53% from 255) = 27.53%

R = 33.71%
G = 38.76%
B = 27.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#3C4531 (or 0x3C4531) is known color: Mallard. HEX triplet: 3C, 45 and 31. RGB value is (60,69,49). Sum of RGB (Red+Green+Blue) = 60+69+49=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4531 is #C3BACE. Grayscale: #404040. Windows color (decimal): -12827343 or 3228988. OLE color: 3228988.

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

Color convert

RGB 60 69 49 -
CMYK 0.13 0 0.29 0.73
HSL 87º 0.17% 0.23% -
HSV(B) 87º 0.29% 0.27% -
XYZ 4.55 5.44 3.72 -
YUV 64.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 60 69 49 0.13 0 0.29 0.73 87 0.17 0.23
Hex 3C 45 31 D 0 1D 49 57 11 17
Octal 74 105 61 15 0 35 111 127 21 27
Binary 111100 1000101 110001 1101 0 11101 1001001 1010111 10001 10111

Color Harmonies of #3C4531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4531

Black with #3C4531

Text Example


Text Example

White with #3C4531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,69,49); }

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

background-color css

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

 a { background-color: rgb(60,69,49); }

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

border-color css

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

 span { border-color: rgb(60,69,49); }

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