Html Css Color HEX #3C542A Mallard

📋 copy color: '#3C542A'

red 60 ◦ green 84 ◦ blue 42

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

Shades of Mallard #3C542A

Tints of Mallard #3C542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.16%

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 32.26%
G = 45.16%
B = 22.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#3C542A (or 0x3C542A) is known color: Mallard. HEX triplet: 3C, 54 and 2A. RGB value is (60,84,42). Sum of RGB (Red+Green+Blue) = 60+84+42=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #3C542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C542A is #C3ABD5. Grayscale: #484848. Windows color (decimal): -12823510 or 2774076. OLE color: 2774076.

HSL color Cylindrical-coordinate representation of color #3C542A: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C542A is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 84 42 -
CMYK 0.29 0 0.5 0.67
HSL 94.29º 0.33% 0.25% -
HSV(B) 94.29º 0.5% 0.33% -
XYZ 5.45 7.47 3.34 -
YUV 72.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 60 84 42 0.29 0 0.5 0.67 94.29 0.33 0.25
Hex 3C 54 2A 1D 0 32 43 5E 21 19
Octal 74 124 52 35 0 62 103 136 41 31
Binary 111100 1010100 101010 11101 0 110010 1000011 1011110 100001 11001

Color Harmonies of #3C542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C542A

Black with #3C542A

Text Example


Text Example

White with #3C542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,84,42); }

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

background-color css

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

 a { background-color: rgb(60,84,42); }

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

border-color css

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

 span { border-color: rgb(60,84,42); }

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