Html Css Color HEX #3C532D Mallard

📋 copy color: '#3C532D'

red 60 ◦ green 83 ◦ blue 45

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

Shades of Mallard #3C532D

Tints of Mallard #3C532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 31.91%
G = 44.15%
B = 23.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#3C532D (or 0x3C532D) is known color: Mallard. HEX triplet: 3C, 53 and 2D. RGB value is (60,83,45). Sum of RGB (Red+Green+Blue) = 60+83+45=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #3C532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C532D is #C3ACD2. Grayscale: #474747. Windows color (decimal): -12823763 or 2970428. OLE color: 2970428.

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

Color convert

RGB 60 83 45 -
CMYK 0.28 0 0.46 0.67
HSL 96.32º 0.3% 0.25% -
HSV(B) 96.32º 0.46% 0.33% -
XYZ 5.43 7.34 3.61 -
YUV 71.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 60 83 45 0.28 0 0.46 0.67 96.32 0.3 0.25
Hex 3C 53 2D 1C 0 2E 43 60 1E 19
Octal 74 123 55 34 0 56 103 140 36 31
Binary 111100 1010011 101101 11100 0 101110 1000011 1100000 11110 11001

Color Harmonies of #3C532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C532D

Black with #3C532D

Text Example


Text Example

White with #3C532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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