#425841

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

Shades of Grey-Asparagus #425841

Tints of Grey-Asparagus #425841

Color information

#425841 (or 0x425841) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 58 and 41. RGB value is (66,88,65). Sum of RGB (Red+Green+Blue) = 66+88+65=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #425841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425841 is #BDA7BE. Grayscale: #4E4E4E. Windows color (decimal): -12429247 or 4282434. OLE color: 4282434.

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

Color convert

RGB668865-
CMYK0.2500.260.65
HSL117.39º15.03%30%-
HSV(B)117.39º26.14%34.51%-
XYZ6.698.526.29-
YUV78.8120.21118.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=30.14%
G=40.18%
B=29.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688650.2500.260.65117.3915.0330
Hex4258411901A4175f1e
Octal102130101310321011651736
Binary1000010101100010000011100101101010000011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425841; }

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

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

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

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

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

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

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

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