Html Css Color HEX #3C4C30 Mallard

📋 copy color: '#3C4C30'

red 60 ◦ green 76 ◦ blue 48

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

Shades of Mallard #3C4C30

Tints of Mallard #3C4C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.3%

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 32.61%
G = 41.3%
B = 26.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#3C4C30 (or 0x3C4C30) is known color: Mallard. HEX triplet: 3C, 4C and 30. RGB value is (60,76,48). Sum of RGB (Red+Green+Blue) = 60+76+48=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C30 is #C3B3CF. Grayscale: #444444. Windows color (decimal): -12825552 or 3165244. OLE color: 3165244.

HSL color Cylindrical-coordinate representation of color #3C4C30: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C4C30 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 76 48 -
CMYK 0.21 0 0.37 0.70
HSL 94.29º 0.23% 0.24% -
HSV(B) 94.29º 0.37% 0.3% -
XYZ 4.98 6.34 3.76 -
YUV 68.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 60 76 48 0.21 0 0.37 0.70 94.29 0.23 0.24
Hex 3C 4C 30 15 0 25 46 5E 17 18
Octal 74 114 60 25 0 45 106 136 27 30
Binary 111100 1001100 110000 10101 0 100101 1000110 1011110 10111 11000

Color Harmonies of #3C4C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C30

Black with #3C4C30

Text Example


Text Example

White with #3C4C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,76,48); }

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

background-color css

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

 a { background-color: rgb(60,76,48); }

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

border-color css

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

 span { border-color: rgb(60,76,48); }

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