#425236

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

Shades of Mallard #425236

Tints of Mallard #425236

Color information

#425236 (or 0x425236) is unknown color: approx Mallard. HEX triplet: 42, 52 and 36. RGB value is (66,82,54). Sum of RGB (Red+Green+Blue) = 66+82+54=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #425236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425236 is #BDADC9. Grayscale: #4A4A4A. Windows color (decimal): -12430794 or 3560002. OLE color: 3560002.

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

Color convert

RGB668254-
CMYK0.2000.340.68
HSL94.29º20.59%26.67%-
HSV(B)94.29º34.15%32.16%-
XYZ5.937.464.62-
YUV74.02116.7122.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=32.67%
G=40.59%
B=26.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682540.2000.340.6894.2920.5926.67
Hex42523614022445e151b
Octal10212266240421041362533
Binary10000101010010110110101000100010100010010111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425236; }

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

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

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

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

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

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

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

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