#425645

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

Shades of Grey-Asparagus #425645

Tints of Grey-Asparagus #425645

Color information

#425645 (or 0x425645) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 56 and 45. RGB value is (66,86,69). Sum of RGB (Red+Green+Blue) = 66+86+69=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #425645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425645 is #BDA9BA. Grayscale: #4E4E4E. Windows color (decimal): -12429755 or 4544066. OLE color: 4544066.

HSL color Cylindrical-coordinate representation of color #425645: hue angle of 129º 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 #425645 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB668669-
CMYK0.2300.200.66
HSL129º13.16%29.8%-
HSV(B)129º23.26%33.73%-
XYZ6.658.246.87-
YUV78.08122.87119.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=29.86%
G=38.91%
B=31.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686690.2300.200.6612913.1629.8
Hex425645170144281d1e
Octal102126105270241022011536
Binary10000101010110100010110111010100100001010000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425645; }

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

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

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

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

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

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

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

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