#425043

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

Shades of Grey-Asparagus #425043

Tints of Grey-Asparagus #425043

Color information

#425043 (or 0x425043) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 50 and 43. RGB value is (66,80,67). Sum of RGB (Red+Green+Blue) = 66+80+67=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #425043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425043 is #BDAFBC. Grayscale: #4A4A4A. Windows color (decimal): -12431293 or 4411458. OLE color: 4411458.

HSL color Cylindrical-coordinate representation of color #425043: hue angle of 124.29º 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 #425043 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB668067-
CMYK0.1700.160.69
HSL124.29º9.59%28.63%-
HSV(B)124.29º17.5%31.37%-
XYZ6.137.36.4-
YUV74.33123.86122.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=30.99%
G=37.56%
B=31.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680670.1700.160.69124.299.5928.63
Hex42504311010457ca1d
Octal102120103210201051741235
Binary1000010101000010000111000101000010001011111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425043; }

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

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

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

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

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

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

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

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