Html Css Color HEX #3C532A Mallard

📋 copy color: '#3C532A'

red 60 ◦ green 83 ◦ blue 42

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

Shades of Mallard #3C532A

Tints of Mallard #3C532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.86%

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

R = 32.43%
G = 44.86%
B = 22.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#3C532A (or 0x3C532A) is known color: Mallard. HEX triplet: 3C, 53 and 2A. RGB value is (60,83,42). Sum of RGB (Red+Green+Blue) = 60+83+42=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #3C532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C532A is #C3ACD5. Grayscale: #474747. Windows color (decimal): -12823766 or 2773820. OLE color: 2773820.

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

Color convert

RGB 60 83 42 -
CMYK 0.28 0 0.49 0.67
HSL 93.66º 0.33% 0.25% -
HSV(B) 93.66º 0.49% 0.33% -
XYZ 5.37 7.31 3.32 -
YUV 71.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 60 83 42 0.28 0 0.49 0.67 93.66 0.33 0.25
Hex 3C 53 2A 1C 0 31 43 5E 21 19
Octal 74 123 52 34 0 61 103 136 41 31
Binary 111100 1010011 101010 11100 0 110001 1000011 1011110 100001 11001

Color Harmonies of #3C532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C532A

Black with #3C532A

Text Example


Text Example

White with #3C532A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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