Html Css Color HEX #404F38 Mallard

📋 copy color: '#404F38'

red 64 ◦ green 79 ◦ blue 56

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

Shades of Mallard #404F38

Tints of Mallard #404F38

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.7%

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

R = 32.16%
G = 39.7%
B = 28.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#404F38 (or 0x404F38) is known color: Mallard. HEX triplet: 40, 4F and 38. RGB value is (64,79,56). Sum of RGB (Red+Green+Blue) = 64+79+56=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 79 - color contains mainly: green. Hex color #404F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F38 is #BFB0C7. Grayscale: #474747. Windows color (decimal): -12562632 or 3690304. OLE color: 3690304.

HSL color Cylindrical-coordinate representation of color #404F38: hue angle of 99.13º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #404F38 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 79 56 -
CMYK 0.19 0 0.29 0.69
HSL 99.13º 0.17% 0.26% -
HSV(B) 99.13º 0.29% 0.31% -
XYZ 5.62 6.97 4.79 -
YUV 71.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 64 79 56 0.19 0 0.29 0.69 99.13 0.17 0.26
Hex 40 4F 38 13 0 1D 45 63 11 1A
Octal 100 117 70 23 0 35 105 143 21 32
Binary 1000000 1001111 111000 10011 0 11101 1000101 1100011 10001 11010

Color Harmonies of #404F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F38

Black with #404F38

Text Example


Text Example

White with #404F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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