#414B37

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

Shades of Mallard #414B37

Tints of Mallard #414B37

Color information

#414B37 (or 0x414B37) is unknown color: approx Mallard. HEX triplet: 41, 4B and 37. RGB value is (65,75,55). Sum of RGB (Red+Green+Blue) = 65+75+55=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #414B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B37 is #BEB4C8. Grayscale: #454545. Windows color (decimal): -12498121 or 3623745. OLE color: 3623745.

HSL color Cylindrical-coordinate representation of color #414B37: hue angle of 90º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414B37 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB657555-
CMYK0.1300.270.71
HSL90º15.38%25.49%-
HSV(B)90º26.67%29.41%-
XYZ5.396.434.57-
YUV69.73119.69124.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=33.33%
G=38.46%
B=28.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6575550.1300.270.719015.3825.49
Hex414B37D01B475af19
Octal10111367150331071321731
Binary10000011001011110111110101101110001111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414B37; }

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

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

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

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

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

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

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

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