Html Css Color HEX #3C4338 Mallard

📋 copy color: '#3C4338'

red 60 ◦ green 67 ◦ blue 56

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

Shades of Mallard #3C4338

Tints of Mallard #3C4338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 56 (22.27% from 255) = 30.6%

R = 32.79%
G = 36.61%
B = 30.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#3C4338 (or 0x3C4338) is known color: Mallard. HEX triplet: 3C, 43 and 38. RGB value is (60,67,56). Sum of RGB (Red+Green+Blue) = 60+67+56=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4338 is #C3BCC7. Grayscale: #3F3F3F. Windows color (decimal): -12827848 or 3687228. OLE color: 3687228.

HSL color Cylindrical-coordinate representation of color #3C4338: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3C4338 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 67 56 -
CMYK 0.10 0 0.16 0.74
HSL 98.18º 0.09% 0.24% -
HSV(B) 98.18º 0.16% 0.26% -
XYZ 4.58 5.26 4.52 -
YUV 63.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 60 67 56 0.10 0 0.16 0.74 98.18 0.09 0.24
Hex 3C 43 38 A 0 10 4A 62 9 18
Octal 74 103 70 12 0 20 112 142 11 30
Binary 111100 1000011 111000 1010 0 10000 1001010 1100010 1001 11000

Color Harmonies of #3C4338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4338

Black with #3C4338

Text Example


Text Example

White with #3C4338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,67,56); }

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

background-color css

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

 a { background-color: rgb(60,67,56); }

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

border-color css

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

 span { border-color: rgb(60,67,56); }

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