#425435

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

Shades of Mallard #425435

Tints of Mallard #425435

Color information

#425435 (or 0x425435) is unknown color: approx Mallard. HEX triplet: 42, 54 and 35. RGB value is (66,84,53). Sum of RGB (Red+Green+Blue) = 66+84+53=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #425435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425435 is #BDABCA. Grayscale: #4B4B4B. Windows color (decimal): -12430283 or 3494978. OLE color: 3494978.

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

Color convert

RGB668453-
CMYK0.2100.370.67
HSL94.84º22.63%26.86%-
HSV(B)94.84º36.9%32.94%-
XYZ6.067.764.55-
YUV75.08115.54121.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=32.51%
G=41.38%
B=26.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684530.2100.370.6794.8422.6326.86
Hex42543515025435f171b
Octal10212465250451031372733
Binary10000101010100110101101010100101100001110111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425435; }

 p { color: rgb(66,84,53); }

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

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

 a { background-color: rgb(66,84,53); }

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

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

 span { border-color: rgb(66,84,53); }

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