#425240

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

Shades of Grey-Asparagus #425240

Tints of Grey-Asparagus #425240

Color information

#425240 (or 0x425240) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 52 and 40. RGB value is (66,82,64). Sum of RGB (Red+Green+Blue) = 66+82+64=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #425240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425240 is #BDADBF. Grayscale: #4B4B4B. Windows color (decimal): -12430784 or 4215362. OLE color: 4215362.

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

Color convert

RGB668264-
CMYK0.2000.220.68
HSL113.33º12.33%28.63%-
HSV(B)113.33º21.95%32.16%-
XYZ6.197.565.98-
YUV75.16121.7121.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=31.13%
G=38.68%
B=30.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682640.2000.220.68113.3312.3328.63
Hex425240140164471c1d
Octal102122100240261041611435
Binary1000010101001010000001010001011010001001110001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425240; }

 p { color: rgb(66,82,64); }

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

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

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

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

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

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

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