Html Css Color HEX #415037 Mallard

📋 copy color: '#415037'

red 65 ◦ green 80 ◦ blue 55

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

Shades of Mallard #415037

Tints of Mallard #415037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.5%

R = 32.5%
G = 40%
B = 27.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#415037 (or 0x415037) is known color: Mallard. HEX triplet: 41, 50 and 37. RGB value is (65,80,55). Sum of RGB (Red+Green+Blue) = 65+80+55=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #415037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415037 is #BEAFC8. Grayscale: #484848. Windows color (decimal): -12496841 or 3625025. OLE color: 3625025.

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

Color convert

RGB 65 80 55 -
CMYK 0.19 0 0.31 0.69
HSL 96º 0.19% 0.26% -
HSV(B) 96º 0.31% 0.31% -
XYZ 5.74 7.14 4.69 -
YUV 72.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 65 80 55 0.19 0 0.31 0.69 96 0.19 0.26
Hex 41 50 37 13 0 1F 45 60 13 1A
Octal 101 120 67 23 0 37 105 140 23 32
Binary 1000001 1010000 110111 10011 0 11111 1000101 1100000 10011 11010

Color Harmonies of #415037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415037

Black with #415037

Text Example


Text Example

White with #415037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415037; }

 p { color: rgb(65,80,55); }

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

background-color css

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

 a { background-color: rgb(65,80,55); }

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

border-color css

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

 span { border-color: rgb(65,80,55); }

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