Html Css Color HEX #415036 Mallard

📋 copy color: '#415036'

red 65 ◦ green 80 ◦ blue 54

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

Shades of Mallard #415036

Tints of Mallard #415036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.14%

R = 32.66%
G = 40.2%
B = 27.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#415036 (or 0x415036) is known color: Mallard. HEX triplet: 41, 50 and 36. RGB value is (65,80,54). Sum of RGB (Red+Green+Blue) = 65+80+54=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #415036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415036 is #BEAFC9. Grayscale: #484848. Windows color (decimal): -12496842 or 3559489. OLE color: 3559489.

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

Color convert

RGB 65 80 54 -
CMYK 0.19 0 0.33 0.69
HSL 94.62º 0.19% 0.26% -
HSV(B) 94.62º 0.33% 0.31% -
XYZ 5.71 7.13 4.56 -
YUV 72.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 65 80 54 0.19 0 0.33 0.69 94.62 0.19 0.26
Hex 41 50 36 13 0 21 45 5F 13 1A
Octal 101 120 66 23 0 41 105 137 23 32
Binary 1000001 1010000 110110 10011 0 100001 1000101 1011111 10011 11010

Color Harmonies of #415036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415036

Black with #415036

Text Example


Text Example

White with #415036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415036; }

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

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

background-color css

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

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

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

border-color css

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

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

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