#415334

Color #415334 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #415334

Tints of Mallard #415334

Color information

#415334 (or 0x415334) is unknown color: approx Mallard. HEX triplet: 41, 53 and 34. RGB value is (65,83,52). Sum of RGB (Red+Green+Blue) = 65+83+52=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #415334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415334 is #BEACCB. Grayscale: #4A4A4A. Windows color (decimal): -12496076 or 3429185. OLE color: 3429185.

HSL color Cylindrical-coordinate representation of color #415334: hue angle of 94.84º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #415334 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB658352-
CMYK0.2200.370.67
HSL94.84º22.96%26.47%-
HSV(B)94.84º37.35%32.55%-
XYZ5.897.564.4-
YUV74.08115.54121.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 52 (20.70% from 255) = 26%
R=32.5%
G=41.5%
B=26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583520.2200.370.6794.8422.9626.47
Hex41533416025435f171a
Octal10112364260451031372732
Binary10000011010011110100101100100101100001110111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415334; }

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

 H1.HeaderClassName
 {
   color: #415334;
 }
 .AnyTagClassName
 {
   color: #415334;
 }
</style>
background-color css

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

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

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

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

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

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