#425840

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

Shades of Grey-Asparagus #425840

Tints of Grey-Asparagus #425840

Color information

#425840 (or 0x425840) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 58 and 40. RGB value is (66,88,64). Sum of RGB (Red+Green+Blue) = 66+88+64=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #425840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425840 is #BDA7BF. Grayscale: #4E4E4E. Windows color (decimal): -12429248 or 4216898. OLE color: 4216898.

HSL color Cylindrical-coordinate representation of color #425840: hue angle of 115º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425840 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB668864-
CMYK0.2500.270.65
HSL115º15.79%29.8%-
HSV(B)115º27.27%34.51%-
XYZ6.668.516.14-
YUV78.69119.71118.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=30.28%
G=40.37%
B=29.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688640.2500.270.6511515.7929.8
Hex4258401901B4173101e
Octal102130100310331011632036
Binary10000101011000100000011001011011100000111100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425840; }

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

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

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

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

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

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

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

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