Html Css Color HEX #404838 Mallard

📋 copy color: '#404838'

red 64 ◦ green 72 ◦ blue 56

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

Shades of Mallard #404838

Tints of Mallard #404838

RGB

 RED value IS 64 (25.39% from 255) = 33.33%

 GREEN value IS 72 (28.52% from 255) = 37.5%

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

R = 33.33%
G = 37.5%
B = 29.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#404838 (or 0x404838) is known color: Mallard. HEX triplet: 40, 48 and 38. RGB value is (64,72,56). Sum of RGB (Red+Green+Blue) = 64+72+56=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #404838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404838 is #BFB7C7. Grayscale: #434343. Windows color (decimal): -12564424 or 3688512. OLE color: 3688512.

HSL color Cylindrical-coordinate representation of color #404838: hue angle of 90º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #404838 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 56 -
CMYK 0.11 0 0.22 0.72
HSL 90º 0.13% 0.25% -
HSV(B) 90º 0.22% 0.28% -
XYZ 5.15 6.01 4.63 -
YUV 67.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 64 72 56 0.11 0 0.22 0.72 90 0.13 0.25
Hex 40 48 38 B 0 16 48 5A C 19
Octal 100 110 70 13 0 26 110 132 14 31
Binary 1000000 1001000 111000 1011 0 10110 1001000 1011010 1100 11001

Color Harmonies of #404838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404838

Black with #404838

Text Example


Text Example

White with #404838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404838; }

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

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

background-color css

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

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

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

border-color css

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

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

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