Html Css Color HEX #415034 Mallard

📋 copy color: '#415034'

red 65 ◦ green 80 ◦ blue 52

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

Shades of Mallard #415034

Tints of Mallard #415034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 32.99%
G = 40.61%
B = 26.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#415034 (or 0x415034) is known color: Mallard. HEX triplet: 41, 50 and 34. RGB value is (65,80,52). Sum of RGB (Red+Green+Blue) = 65+80+52=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #415034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415034 is #BEAFCB. Grayscale: #484848. Windows color (decimal): -12496844 or 3428417. OLE color: 3428417.

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

Color convert

RGB 65 80 52 -
CMYK 0.19 0 0.35 0.69
HSL 92.14º 0.21% 0.26% -
HSV(B) 92.14º 0.35% 0.31% -
XYZ 5.67 7.11 4.32 -
YUV 72.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 65 80 52 0.19 0 0.35 0.69 92.14 0.21 0.26
Hex 41 50 34 13 0 23 45 5C 15 1A
Octal 101 120 64 23 0 43 105 134 25 32
Binary 1000001 1010000 110100 10011 0 100011 1000101 1011100 10101 11010

Color Harmonies of #415034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415034

Black with #415034

Text Example


Text Example

White with #415034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415034; }

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

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

background-color css

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

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

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

border-color css

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

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

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