Html Css Color HEX #3C4038 Mallard

📋 copy color: '#3C4038'

red 60 ◦ green 64 ◦ blue 56

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

Shades of Mallard #3C4038

Tints of Mallard #3C4038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

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

R = 33.33%
G = 35.56%
B = 31.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#3C4038 (or 0x3C4038) is known color: Mallard. HEX triplet: 3C, 40 and 38. RGB value is (60,64,56). Sum of RGB (Red+Green+Blue) = 60+64+56=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4038 is #C3BFC7. Grayscale: #3D3D3D. Windows color (decimal): -12828616 or 3686460. OLE color: 3686460.

HSL color Cylindrical-coordinate representation of color #3C4038: hue angle of 90º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C4038 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 64 56 -
CMYK 0.06 0 0.13 0.75
HSL 90º 0.07% 0.24% -
HSV(B) 90º 0.13% 0.25% -
XYZ 4.41 4.91 4.46 -
YUV 61.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 60 64 56 0.06 0 0.13 0.75 90 0.07 0.24
Hex 3C 40 38 6 0 D 4B 5A 7 18
Octal 74 100 70 6 0 15 113 132 7 30
Binary 111100 1000000 111000 110 0 1101 1001011 1011010 111 11000

Color Harmonies of #3C4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4038

Black with #3C4038

Text Example


Text Example

White with #3C4038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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