#425042

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

Shades of Grey-Asparagus #425042

Tints of Grey-Asparagus #425042

Color information

#425042 (or 0x425042) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 50 and 42. RGB value is (66,80,66). Sum of RGB (Red+Green+Blue) = 66+80+66=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #425042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425042 is #BDAFBD. Grayscale: #4A4A4A. Windows color (decimal): -12431294 or 4345922. OLE color: 4345922.

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

Color convert

RGB668066-
CMYK0.1700.170.69
HSL120º9.59%28.63%-
HSV(B)120º17.5%31.37%-
XYZ6.17.296.24-
YUV74.22123.36122.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=31.13%
G=37.74%
B=31.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680660.1700.170.691209.5928.63
Hex425042110114578a1d
Octal102120102210211051701235
Binary1000010101000010000101000101000110001011111000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425042; }

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

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

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

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

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

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

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

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