Html Css Color HEX #3C4834 Mallard

📋 copy color: '#3C4834'

red 60 ◦ green 72 ◦ blue 52

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

Shades of Mallard #3C4834

Tints of Mallard #3C4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

 BLUE value IS 52 (20.7% from 255) = 28.26%

R = 32.61%
G = 39.13%
B = 28.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#3C4834 (or 0x3C4834) is known color: Mallard. HEX triplet: 3C, 48 and 34. RGB value is (60,72,52). Sum of RGB (Red+Green+Blue) = 60+72+52=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4834 is #C3B7CB. Grayscale: #424242. Windows color (decimal): -12826572 or 3426364. OLE color: 3426364.

HSL color Cylindrical-coordinate representation of color #3C4834: hue angle of 96º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C4834 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 72 52 -
CMYK 0.17 0 0.28 0.72
HSL 96º 0.16% 0.24% -
HSV(B) 96º 0.28% 0.28% -
XYZ 4.8 5.84 4.12 -
YUV 66.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 60 72 52 0.17 0 0.28 0.72 96 0.16 0.24
Hex 3C 48 34 11 0 1C 48 60 10 18
Octal 74 110 64 21 0 34 110 140 20 30
Binary 111100 1001000 110100 10001 0 11100 1001000 1100000 10000 11000

Color Harmonies of #3C4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4834

Black with #3C4834

Text Example


Text Example

White with #3C4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,52); }

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

background-color css

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

 a { background-color: rgb(60,72,52); }

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

border-color css

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

 span { border-color: rgb(60,72,52); }

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