Html Css Color HEX #3C4935 Mallard

📋 copy color: '#3C4935'

red 60 ◦ green 73 ◦ blue 53

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

Shades of Mallard #3C4935

Tints of Mallard #3C4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 32.26%
G = 39.25%
B = 28.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#3C4935 (or 0x3C4935) is known color: Mallard. HEX triplet: 3C, 49 and 35. RGB value is (60,73,53). Sum of RGB (Red+Green+Blue) = 60+73+53=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4935 is #C3B6CA. Grayscale: #424242. Windows color (decimal): -12826315 or 3492156. OLE color: 3492156.

HSL color Cylindrical-coordinate representation of color #3C4935: hue angle of 99º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C4935 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 73 53 -
CMYK 0.18 0 0.27 0.71
HSL 99º 0.16% 0.25% -
HSV(B) 99º 0.27% 0.29% -
XYZ 4.89 5.98 4.27 -
YUV 66.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 60 73 53 0.18 0 0.27 0.71 99 0.16 0.25
Hex 3C 49 35 12 0 1B 47 63 10 19
Octal 74 111 65 22 0 33 107 143 20 31
Binary 111100 1001001 110101 10010 0 11011 1000111 1100011 10000 11001

Color Harmonies of #3C4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4935

Black with #3C4935

Text Example


Text Example

White with #3C4935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,73,53); }

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

background-color css

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

 a { background-color: rgb(60,73,53); }

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

border-color css

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

 span { border-color: rgb(60,73,53); }

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