Html Css Color HEX #40443E Mallard

📋 copy color: '#40443E'

red 64 ◦ green 68 ◦ blue 62

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

Shades of Mallard #40443E

Tints of Mallard #40443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

 BLUE value IS 62 (24.61% from 255) = 31.96%

R = 32.99%
G = 35.05%
B = 31.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#40443E (or 0x40443E) is known color: Mallard. HEX triplet: 40, 44 and 3E. RGB value is (64,68,62). Sum of RGB (Red+Green+Blue) = 64+68+62=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 68 - color contains mainly: green. Hex color #40443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40443E is #BFBBC1. Grayscale: #424242. Windows color (decimal): -12565442 or 4080704. OLE color: 4080704.

HSL color Cylindrical-coordinate representation of color #40443E: hue angle of 100º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #40443E is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 62 -
CMYK 0.06 0 0.09 0.73
HSL 100º 0.05% 0.25% -
HSV(B) 100º 0.09% 0.27% -
XYZ 5.05 5.57 5.37 -
YUV 66.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 64 68 62 0.06 0 0.09 0.73 100 0.05 0.25
Hex 40 44 3E 6 0 9 49 64 5 19
Octal 100 104 76 6 0 11 111 144 5 31
Binary 1000000 1000100 111110 110 0 1001 1001001 1100100 101 11001

Color Harmonies of #40443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40443E

Black with #40443E

Text Example


Text Example

White with #40443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40443E; }

 p { color: rgb(64,68,62); }

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

background-color css

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

 a { background-color: rgb(64,68,62); }

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

border-color css

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

 span { border-color: rgb(64,68,62); }

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