#425035

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

Shades of Mallard #425035

Tints of Mallard #425035

Color information

#425035 (or 0x425035) is unknown color: approx Mallard. HEX triplet: 42, 50 and 35. RGB value is (66,80,53). Sum of RGB (Red+Green+Blue) = 66+80+53=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #425035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425035 is #BDAFCA. Grayscale: #484848. Windows color (decimal): -12431307 or 3493954. OLE color: 3493954.

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

Color convert

RGB668053-
CMYK0.1700.340.69
HSL91.11º20.3%26.08%-
HSV(B)91.11º33.75%31.37%-
XYZ5.767.154.45-
YUV72.74116.86123.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=33.17%
G=40.20%
B=26.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680530.1700.340.6991.1120.326.08
Hex42503511022455b141a
Octal10212065210421051332432
Binary10000101010000110101100010100010100010110110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425035; }

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

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

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

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

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

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

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

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