Html Css Color HEX #414838 Mallard

📋 copy color: '#414838'

red 65 ◦ green 72 ◦ blue 56

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

Shades of Mallard #414838

Tints of Mallard #414838

RGB

 RED value IS 65 (25.78% from 255) = 33.68%

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

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

R = 33.68%
G = 37.31%
B = 29.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#414838 (or 0x414838) is known color: Mallard. HEX triplet: 41, 48 and 38. RGB value is (65,72,56). Sum of RGB (Red+Green+Blue) = 65+72+56=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #414838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414838 is #BEB7C7. Grayscale: #444444. Windows color (decimal): -12498888 or 3688513. OLE color: 3688513.

HSL color Cylindrical-coordinate representation of color #414838: hue angle of 86.25º 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 #414838 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 56 -
CMYK 0.10 0 0.22 0.72
HSL 86.25º 0.13% 0.25% -
HSV(B) 86.25º 0.22% 0.28% -
XYZ 5.21 6.04 4.63 -
YUV 68.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 65 72 56 0.10 0 0.22 0.72 86.25 0.13 0.25
Hex 41 48 38 A 0 16 48 56 C 19
Octal 101 110 70 12 0 26 110 126 14 31
Binary 1000001 1001000 111000 1010 0 10110 1001000 1010110 1100 11001

Color Harmonies of #414838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414838

Black with #414838

Text Example


Text Example

White with #414838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414838; }

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

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

background-color css

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

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

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

border-color css

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

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

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