Html Css Color HEX #3C502B Mallard

📋 copy color: '#3C502B'

red 60 ◦ green 80 ◦ blue 43

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

Shades of Mallard #3C502B

Tints of Mallard #3C502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.72%

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 32.79%
G = 43.72%
B = 23.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#3C502B (or 0x3C502B) is known color: Mallard. HEX triplet: 3C, 50 and 2B. RGB value is (60,80,43). Sum of RGB (Red+Green+Blue) = 60+80+43=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #3C502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C502B is #C3AFD4. Grayscale: #454545. Windows color (decimal): -12824533 or 2838588. OLE color: 2838588.

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

Color convert

RGB 60 80 43 -
CMYK 0.25 0 0.46 0.69
HSL 92.43º 0.3% 0.24% -
HSV(B) 92.43º 0.46% 0.31% -
XYZ 5.17 6.87 3.34 -
YUV 69.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 60 80 43 0.25 0 0.46 0.69 92.43 0.3 0.24
Hex 3C 50 2B 19 0 2E 45 5C 1E 18
Octal 74 120 53 31 0 56 105 134 36 30
Binary 111100 1010000 101011 11001 0 101110 1000101 1011100 11110 11000

Color Harmonies of #3C502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C502B

Black with #3C502B

Text Example


Text Example

White with #3C502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,43); }

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

background-color css

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

 a { background-color: rgb(60,80,43); }

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

border-color css

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

 span { border-color: rgb(60,80,43); }

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