#465942

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

Shades of Grey-Asparagus #465942

Tints of Grey-Asparagus #465942

Color information

#465942 (or 0x465942) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 59 and 42. RGB value is (70,89,66). Sum of RGB (Red+Green+Blue) = 70+89+66=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #465942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465942 is #B9A6BD. Grayscale: #505050. Windows color (decimal): -12166846 or 4348230. OLE color: 4348230.

HSL color Cylindrical-coordinate representation of color #465942: hue angle of 109.57º 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 #465942 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB708966-
CMYK0.2100.260.65
HSL109.57º14.84%30.39%-
HSV(B)109.57º25.84%34.9%-
XYZ7.088.846.49-
YUV80.7119.71120.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=31.11%
G=39.56%
B=29.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089660.2100.260.65109.5714.8430.39
Hex4659421501A416ef1e
Octal106131102250321011561736
Binary1000110101100110000101010101101010000011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465942; }

 p { color: rgb(70,89,66); }

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

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

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

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

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

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

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