#425142

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

Shades of Grey-Asparagus #425142

Tints of Grey-Asparagus #425142

Color information

#425142 (or 0x425142) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 51 and 42. RGB value is (66,81,66). Sum of RGB (Red+Green+Blue) = 66+81+66=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #425142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425142 is #BDAEBD. Grayscale: #4A4A4A. Windows color (decimal): -12431038 or 4346178. OLE color: 4346178.

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

Color convert

RGB668166-
CMYK0.1900.190.68
HSL120º10.2%28.82%-
HSV(B)120º18.52%31.76%-
XYZ6.177.446.26-
YUV74.8123.03121.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=30.99%
G=38.03%
B=30.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681660.1900.190.6812010.228.82
Hex425142130134478a1d
Octal102121102230231041701235
Binary1000010101000110000101001101001110001001111000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425142; }

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

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

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

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

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

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

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

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