Html Css Color HEX #405035 Mallard

📋 copy color: '#405035'

red 64 ◦ green 80 ◦ blue 53

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

Shades of Mallard #405035

Tints of Mallard #405035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

 BLUE value IS 53 (21.09% from 255) = 26.9%

R = 32.49%
G = 40.61%
B = 26.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#405035 (or 0x405035) is known color: Mallard. HEX triplet: 40, 50 and 35. RGB value is (64,80,53). Sum of RGB (Red+Green+Blue) = 64+80+53=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #405035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405035 is #BFAFCA. Grayscale: #484848. Windows color (decimal): -12562379 or 3493952. OLE color: 3493952.

HSL color Cylindrical-coordinate representation of color #405035: hue angle of 95.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405035 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 53 -
CMYK 0.20 0 0.34 0.69
HSL 95.56º 0.2% 0.26% -
HSV(B) 95.56º 0.34% 0.31% -
XYZ 5.63 7.08 4.44 -
YUV 72.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 64 80 53 0.20 0 0.34 0.69 95.56 0.2 0.26
Hex 40 50 35 14 0 22 45 60 14 1A
Octal 100 120 65 24 0 42 105 140 24 32
Binary 1000000 1010000 110101 10100 0 100010 1000101 1100000 10100 11010

Color Harmonies of #405035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405035

Black with #405035

Text Example


Text Example

White with #405035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405035; }

 p { color: rgb(64,80,53); }

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

background-color css

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

 a { background-color: rgb(64,80,53); }

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

border-color css

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

 span { border-color: rgb(64,80,53); }

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