Html Css Color HEX #3C4335 Mallard

📋 copy color: '#3C4335'

red 60 ◦ green 67 ◦ blue 53

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

Shades of Mallard #3C4335

Tints of Mallard #3C4335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.44%

R = 33.33%
G = 37.22%
B = 29.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#3C4335 (or 0x3C4335) is known color: Mallard. HEX triplet: 3C, 43 and 35. RGB value is (60,67,53). Sum of RGB (Red+Green+Blue) = 60+67+53=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4335 is #C3BCCA. Grayscale: #3F3F3F. Windows color (decimal): -12827851 or 3490620. OLE color: 3490620.

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

Color convert

RGB 60 67 53 -
CMYK 0.10 0 0.21 0.74
HSL 90º 0.12% 0.24% -
HSV(B) 90º 0.21% 0.26% -
XYZ 4.51 5.23 4.14 -
YUV 63.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 60 67 53 0.10 0 0.21 0.74 90 0.12 0.24
Hex 3C 43 35 A 0 15 4A 5A C 18
Octal 74 103 65 12 0 25 112 132 14 30
Binary 111100 1000011 110101 1010 0 10101 1001010 1011010 1100 11000

Color Harmonies of #3C4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4335

Black with #3C4335

Text Example


Text Example

White with #3C4335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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