Html Css Color HEX #3C502D Mallard

📋 copy color: '#3C502D'

red 60 ◦ green 80 ◦ blue 45

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

Shades of Mallard #3C502D

Tints of Mallard #3C502D

RGB

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

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

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

R = 32.43%
G = 43.24%
B = 24.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#3C502D (or 0x3C502D) is known color: Mallard. HEX triplet: 3C, 50 and 2D. RGB value is (60,80,45). Sum of RGB (Red+Green+Blue) = 60+80+45=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #3C502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C502D is #C3AFD2. Grayscale: #464646. Windows color (decimal): -12824531 or 2969660. OLE color: 2969660.

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

Color convert

RGB 60 80 45 -
CMYK 0.25 0 0.44 0.69
HSL 94.29º 0.28% 0.25% -
HSV(B) 94.29º 0.44% 0.31% -
XYZ 5.21 6.89 3.54 -
YUV 70.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 60 80 45 0.25 0 0.44 0.69 94.29 0.28 0.25
Hex 3C 50 2D 19 0 2C 45 5E 1C 19
Octal 74 120 55 31 0 54 105 136 34 31
Binary 111100 1010000 101101 11001 0 101100 1000101 1011110 11100 11001

Color Harmonies of #3C502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C502D

Black with #3C502D

Text Example


Text Example

White with #3C502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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