#465344

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

Shades of Grey-Asparagus #465344

Tints of Grey-Asparagus #465344

Color information

#465344 (or 0x465344) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 53 and 44. RGB value is (70,83,68). Sum of RGB (Red+Green+Blue) = 70+83+68=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #465344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465344 is #B9ACBB. Grayscale: #4D4D4D. Windows color (decimal): -12168380 or 4477766. OLE color: 4477766.

HSL color Cylindrical-coordinate representation of color #465344: hue angle of 112º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465344 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB708368-
CMYK0.1600.180.67
HSL112º9.93%29.61%-
HSV(B)112º18.07%32.55%-
XYZ6.667.916.64-
YUV77.4122.69122.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=31.67%
G=37.56%
B=30.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083680.1600.180.671129.9329.61
Hex465344100124370a1e
Octal106123104200221031601236
Binary1000110101001110001001000001001010000111110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465344; }

 p { color: rgb(70,83,68); }

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

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

 a { background-color: rgb(70,83,68); }

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

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

 span { border-color: rgb(70,83,68); }

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