Html Css Color HEX #3C4B2D Mallard

📋 copy color: '#3C4B2D'

red 60 ◦ green 75 ◦ blue 45

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

Shades of Mallard #3C4B2D

Tints of Mallard #3C4B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.67%

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

R = 33.33%
G = 41.67%
B = 25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#3C4B2D (or 0x3C4B2D) is known color: Mallard. HEX triplet: 3C, 4B and 2D. RGB value is (60,75,45). Sum of RGB (Red+Green+Blue) = 60+75+45=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4B2D is #C3B4D2. Grayscale: #434343. Windows color (decimal): -12825811 or 2968380. OLE color: 2968380.

HSL color Cylindrical-coordinate representation of color #3C4B2D: hue angle of 90º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C4B2D is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 75 45 -
CMYK 0.20 0 0.40 0.71
HSL 90º 0.25% 0.24% -
HSV(B) 90º 0.4% 0.29% -
XYZ 4.85 6.18 3.42 -
YUV 67.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 60 75 45 0.20 0 0.40 0.71 90 0.25 0.24
Hex 3C 4B 2D 14 0 28 47 5A 19 18
Octal 74 113 55 24 0 50 107 132 31 30
Binary 111100 1001011 101101 10100 0 101000 1000111 1011010 11001 11000

Color Harmonies of #3C4B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B2D

Black with #3C4B2D

Text Example


Text Example

White with #3C4B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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