#425644

Color #425644 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #425644

Tints of Grey-Asparagus #425644

Color information

#425644 (or 0x425644) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 56 and 44. RGB value is (66,86,68). Sum of RGB (Red+Green+Blue) = 66+86+68=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #425644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425644 is #BDA9BB. Grayscale: #4E4E4E. Windows color (decimal): -12429756 or 4478530. OLE color: 4478530.

HSL color Cylindrical-coordinate representation of color #425644: hue angle of 126º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #425644 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB668668-
CMYK0.2300.210.66
HSL126º13.16%29.8%-
HSV(B)126º23.26%33.73%-
XYZ6.628.236.71-
YUV77.97122.37119.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=30%
G=39.09%
B=30.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686680.2300.210.6612613.1629.8
Hex42564417015427ed1e
Octal102126104270251021761536
Binary1000010101011010001001011101010110000101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425644; }

 p { color: rgb(66,86,68); }

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

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

 a { background-color: rgb(66,86,68); }

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

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

 span { border-color: rgb(66,86,68); }

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