Html Css Color HEX #3C4B2E Mallard

📋 copy color: '#3C4B2E'

red 60 ◦ green 75 ◦ blue 46

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

Shades of Mallard #3C4B2E

Tints of Mallard #3C4B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.41%

R = 33.15%
G = 41.44%
B = 25.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#3C4B2E (or 0x3C4B2E) is known color: Mallard. HEX triplet: 3C, 4B and 2E. RGB value is (60,75,46). Sum of RGB (Red+Green+Blue) = 60+75+46=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4B2E is #C3B4D1. Grayscale: #434343. Windows color (decimal): -12825810 or 3033916. OLE color: 3033916.

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

Color convert

RGB 60 75 46 -
CMYK 0.20 0 0.39 0.71
HSL 91.03º 0.24% 0.24% -
HSV(B) 91.03º 0.39% 0.29% -
XYZ 4.87 6.19 3.52 -
YUV 67.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 60 75 46 0.20 0 0.39 0.71 91.03 0.24 0.24
Hex 3C 4B 2E 14 0 27 47 5B 18 18
Octal 74 113 56 24 0 47 107 133 30 30
Binary 111100 1001011 101110 10100 0 100111 1000111 1011011 11000 11000

Color Harmonies of #3C4B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B2E

Black with #3C4B2E

Text Example


Text Example

White with #3C4B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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