#425336

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

Shades of Mallard #425336

Tints of Mallard #425336

Color information

#425336 (or 0x425336) is unknown color: approx Mallard. HEX triplet: 42, 53 and 36. RGB value is (66,83,54). Sum of RGB (Red+Green+Blue) = 66+83+54=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #425336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425336 is #BDACC9. Grayscale: #4A4A4A. Windows color (decimal): -12430538 or 3560258. OLE color: 3560258.

HSL color Cylindrical-coordinate representation of color #425336: hue angle of 95.17º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425336 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB668354-
CMYK0.2000.350.67
HSL95.17º21.17%26.86%-
HSV(B)95.17º34.94%32.55%-
XYZ6.017.614.64-
YUV74.61116.37121.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=32.51%
G=40.89%
B=26.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683540.2000.350.6795.1721.1726.86
Hex42533614023435f151b
Octal10212366240431031372533
Binary10000101010011110110101000100011100001110111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425336; }

 p { color: rgb(66,83,54); }

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

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

 a { background-color: rgb(66,83,54); }

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

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

 span { border-color: rgb(66,83,54); }

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