#425138

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

Shades of Mallard #425138

Tints of Mallard #425138

Color information

#425138 (or 0x425138) is unknown color: approx Mallard. HEX triplet: 42, 51 and 38. RGB value is (66,81,56). Sum of RGB (Red+Green+Blue) = 66+81+56=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #425138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425138 is #BDAEC7. Grayscale: #494949. Windows color (decimal): -12431048 or 3690818. OLE color: 3690818.

HSL color Cylindrical-coordinate representation of color #425138: hue angle of 96º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425138 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB668156-
CMYK0.1900.310.68
HSL96º18.25%26.86%-
HSV(B)96º30.86%31.76%-
XYZ5.97.334.84-
YUV73.66118.03122.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=32.51%
G=39.90%
B=27.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681560.1900.310.689618.2526.86
Hex4251381301F4460121b
Octal10212170230371041402233
Binary1000010101000111100010011011111100010011000001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425138; }

 p { color: rgb(66,81,56); }

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

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

 a { background-color: rgb(66,81,56); }

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

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

 span { border-color: rgb(66,81,56); }

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